/* ============================================================
   DESIGN TOKENS
   ============================================================ */

:root {
  --primary:        #1a1d2e;
  --primary-light:  #4a4e69;
  --accent:         #4caf7d;
  --accent-dark:    #389765;
  --bg-white:       #ffffff;
  --bg-grey:        #f5f7fb;
  --border:         #e8eaf0;
  --text-muted:     #6b7280;
  --star:           #f59e0b;
  --card-radius:    14px;
  --shadow-card:    0 1px 4px rgba(26,29,46,.06), 0 6px 24px rgba(26,29,46,.08);
  --shadow-hover:   0 4px 12px rgba(26,29,46,.10), 0 12px 40px rgba(26,29,46,.14);
}


/* ============================================================
   BASE
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Instrument Sans', 'Segoe UI', sans-serif;
  color: var(--primary);
  background: var(--bg-white);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Instrument Sans', 'Segoe UI', sans-serif;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
}

p {
  font-family: 'Instrument Sans', 'Segoe UI', sans-serif;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.65;
  margin-top: 0;
}


/* ============================================================
   HERO
   ============================================================ */

.hero {
  padding: clamp(52px, 7vw, 88px) 20px clamp(48px, 6vw, 76px);
  background: #f3f1eb;
  border-bottom: 1px solid var(--border);
}

.hero-layout {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 16px 46px;
  align-items: start;
  max-width: 1040px;
  position: relative;
}

.hero-blog-link {
  border-bottom: 1px solid #aeb2aa;
  color: var(--primary);
  font-size: .9rem;
  font-weight: 700;
  padding: 7px 2px;
  position: absolute;
  right: 15px;
  top: -34px;
  transition: border-color .2s, color .2s;
  z-index: 1;
}

.hero-blog-link:hover {
  border-color: #315b3d;
  color: #315b3d;
}

.hero-blog-link:focus-visible {
  outline: 3px solid #c88228;
  outline-offset: 3px;
}

.hero-layout::before,
.hero-layout::after,
.profile-intro-grid::before,
.profile-intro-grid::after {
  display: none;
}

.hero .profile-pic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(74,78,105,.22);
  margin: 5px 0 0;
  object-fit: cover;
  display: block;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: .98;
  margin-bottom: 8px;
  max-width: 850px;
}

.hero-role {
  color: #4a674f;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.hero-specialization {
  color: #343a49;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 18px;
}

.hero-eyebrow,
.section-kicker {
  color: #4a674f;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero .hero-statement {
  color: #3d4354;
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  line-height: 1.62;
  margin-bottom: 16px;
  max-width: 62ch;
}

.hero-proof {
  color: #555d6f;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 24px;
  max-width: 65ch;
}

.hero .hero-subtitle {
  font-size: 1.15rem;
  color: var(--primary-light);
  font-weight: 500;
  margin-bottom: 6px;
}

.hero .hero-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

.hero-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 24px;
  background: var(--primary);
  color: #fff !important;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background .2s, transform .2s;
}

.hero-pill:hover {
  background: #2d3159;
  color: #fff !important;
  transform: translateY(-2px);
}

.hero-pill i { font-size: 1.1rem; }

.hero-pill-linkedin {
  background: #0a66c2;
}

.hero-pill-linkedin:hover {
  background: #084e96;
}

.hero-pill-secondary {
  background: transparent;
  border: 1px solid #aeb2aa;
  color: var(--primary) !important;
}

.hero-pill-secondary:hover {
  background: #e5e3dc;
  color: var(--primary) !important;
}

.hero-pill:focus-visible,
.footer-cta:focus-visible {
  outline: 3px solid #c88228;
  outline-offset: 3px;
}

.hero-cert-row {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.hero-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid #0078d4;
  border-radius: 12px;
  padding: 12px 22px 12px 16px;
  box-shadow: 0 2px 10px rgba(26,29,46,.09);
  text-align: left;
}

.hero-cert-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0a1628, #0078d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.hero-cert-badge-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-cert-badge-issuer {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.hero-cert-badge-name {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.hero-cert-badge-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.hero-cert-badge-check {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #2a7a52;
  font-weight: 600;
}

/* Certification strip */
.cert-strip-wrap {
  background: #f4f7fb;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}

.cert-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cert-strip-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0a1628, #0078d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.cert-strip-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cert-strip-issuer {
  font-size: 0.67rem;
  color: #555d6f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.cert-strip-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.2;
}

.cert-strip-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.78rem;
  color: #555d6f;
}

.cert-strip-verified {
  color: #2a7a52;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.hero-tech-row {
  grid-column: 2;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.hero-availability,
.hero-tooling {
  color: #555d6f;
  font-size: 1.6rem;
  line-height: 1.55;
}

.hero-availability {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  margin: 18px 0 0;
  max-width: 65ch;
}

.hero-availability > span {
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(76,175,125,.14);
  flex: 0 0 8px;
  height: 8px;
  margin-top: 8px;
}

.hero-tooling { margin: 2px 0 0; }

/* Professional profile */
.profile-intro {
  background: #fffdf8;
  padding: clamp(64px, 8vw, 108px) 20px;
}

.profile-intro-grid {
  display: grid;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.5fr);
  gap: clamp(38px, 8vw, 110px);
  max-width: 1040px;
}

.profile-intro-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -.045em;
  line-height: 1.04;
}

.profile-lede {
  color: #343a49;
  font-size: clamp(1.8rem, 1.7vw, 2.1rem);
  line-height: 1.68;
  margin-bottom: 44px;
  max-width: 65ch;
}

.profile-lede a {
  border-bottom: 1px solid #8fac97;
  color: #315b3d;
  font-weight: 700;
}

.proof-list {
  border-top: 1px solid #d9d8d2;
  margin: 0;
}

.proof-list > div {
  align-items: baseline;
  border-bottom: 1px solid #d9d8d2;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(155px, .7fr) 1.3fr;
  padding: 19px 0;
}

.proof-list dt {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
}

.proof-list dd {
  color: var(--text-muted);
  margin: 0;
}

.availability {
  align-items: flex-start;
  color: #445047;
  display: flex;
  font-size: .91rem;
  gap: 11px;
  margin: 28px 0 0;
}

.availability span {
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(76,175,125,.14);
  flex: 0 0 8px;
  height: 8px;
  margin-top: 7px;
}

.hero-tech-label {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555d6f;
  font-weight: 600;
}

.hero-tech-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.tech-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0f2f8;
  border: 1px solid var(--border);
  border-radius: 100px;
  min-height: 36px;
  padding: 7px 14px;
  font-size: 1.6rem;
  color: var(--primary);
  font-weight: 500;
}

.lang-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}


/* ============================================================
   SECTIONS
   ============================================================ */

.section {
  padding: 56px 0;
}

.section-white { background: var(--bg-white); }

.section-grey {
  background: var(--bg-grey);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-header {
  text-align: center;
  margin-bottom: 36px;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header > p {
  font-size: 0.93rem;
  max-width: 460px;
  margin: 0 auto;
}

.section-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 1.5rem;
  color: var(--primary-light);
  margin-bottom: 14px;
}


/* ============================================================
   FEATURED CARDS
   ============================================================ */

.feat-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.feat-col {
  padding: 10px !important;
  display: flex;
}

.feat-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--card-radius);
  background: var(--bg-white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  width: 100%;
  transition: transform .22s ease, box-shadow .22s ease;
}

.feat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

/* Thin accent stripe at top of each featured card */
.feat-stripe {
  height: 4px;
  flex-shrink: 0;
}

.feat-stripe-ghost   { background: linear-gradient(90deg, #1a1d2e, #4a5568); }
.feat-stripe-poscomp { background: linear-gradient(90deg, #1a4731, #2d9e5f); }
.feat-stripe-admin   { background: linear-gradient(90deg, #6b1414, #b83232); }
.feat-stripe-audio   { background: linear-gradient(90deg, #5c3a0a, #c96b14); }
.feat-stripe-voice   { background: linear-gradient(90deg, #2d1a5c, #6b3fbf); }
.feat-stripe-mcp     { background: linear-gradient(90deg, #0a3d3d, #1a9090); }

.feat-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Row with icon badge on left, star badge on right */
.feat-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

/* Small colored icon square */
.feat-icon-badge {
  width: 40px;
  height: 40px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  flex-shrink: 0;
}

.feat-badge-ghost   { background: linear-gradient(135deg, #1a1d2e 0%, #2d3460 100%); }
.feat-badge-poscomp { background: linear-gradient(135deg, #1a4731 0%, #2d9e5f 100%); }
.feat-badge-admin   { background: linear-gradient(135deg, #6b1414 0%, #b83232 100%); }
.feat-badge-audio   { background: linear-gradient(135deg, #5c3a0a 0%, #c96b14 100%); }
.feat-badge-voice   { background: linear-gradient(135deg, #2d1a5c 0%, #6b3fbf 100%); }
.feat-badge-mcp     { background: linear-gradient(135deg, #0a3d3d 0%, #1a9090 100%); }

.feat-body > h3 {
  font-size: 1.08rem;
  font-weight: 600;
  margin: 0 0 9px;
  line-height: 1.35;
}

.feat-body > h3 a { color: var(--primary); }
.feat-body > h3 a:hover { color: var(--accent-dark); }

.feat-body > p {
  font-size: 0.92rem;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 18px;
}


/* ============================================================
   PROJECT CARDS (smaller grid)
   ============================================================ */

.card-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.card-col {
  padding: 10px !important;
  display: flex;
}

.proj-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 22px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(26,29,46,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.proj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(26,29,46,.11);
}

.proj-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.proj-title-row h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}

.proj-title-row h3 a { color: var(--primary); }
.proj-title-row h3 a:hover { color: var(--accent-dark); }

.proj-card > p {
  font-size: 0.91rem;
  flex: 1;
  margin-bottom: 18px;
  line-height: 1.6;
}


/* ============================================================
   STAR BADGE
   ============================================================ */

.star-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fef9ee;
  color: #92610a;
  border: 1px solid #fde68a;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 0.73rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
}

.star-badge .fa-star {
  color: var(--star);
  font-size: 0.68rem;
}


/* ============================================================
   GITHUB BUTTON
   ============================================================ */

.btn-gh {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  background: var(--primary);
  color: #fff !important;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background .2s, transform .15s;
  align-self: flex-start;
  border: none;
  cursor: pointer;
}

.btn-gh:hover {
  background: var(--accent-dark);
  color: #fff !important;
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-gh i { font-size: 0.9rem; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.btn-docker {
  background: #1d63ed;
}

.btn-docker:hover {
  background: #1450c8;
}


/* ============================================================
   PUBLISHED PACKAGES TABS
   ============================================================ */

.pkg-tabs-nav {
  display: flex;
  gap: 4px;
  border-bottom: 2px solid var(--border);
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.pkg-tabs-nav .tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: none;
  background: transparent;
  color: var(--primary-light);
  font-size: 0.87rem;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  border-radius: 8px 8px 0 0;
  transition: color .15s, background .15s;
}

.pkg-tabs-nav .tab-btn:hover {
  color: var(--primary);
  background: var(--bg-grey);
}

.pkg-tabs-nav .tab-btn.active {
  color: #26744c;
  border-bottom-color: var(--accent);
  font-weight: 600;
}

.pkg-tab-pane { display: none; }
.pkg-tab-pane.active { display: block; }

.pkg-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  padding: 22px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(26,29,46,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(26,29,46,.11);
}

.pkg-card h3 {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.pkg-card p {
  font-size: 0.91rem;
  flex: 1;
  margin-bottom: 16px;
  line-height: 1.6;
  color: var(--text-muted);
}

.dl-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #eef6f1;
  color: #2a7a52;
  border: 1px solid #bbdece;
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 0.73rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.btn-npm   { background: #cb3837; }
.btn-npm:hover { background: #a82c2b; }
.btn-pypi  { background: #3776ab; }
.btn-pypi:hover { background: #2b5f8a; }
.btn-ruby  { background: #c0392b; }
.btn-ruby:hover { background: #9b2d22; }
.btn-docker { background: #1d63ed; }
.btn-docker:hover { background: #1450c8; }

/* extra store buttons (Firefox, Chrome, etc.) */
.btn-ff    { background: #b84d00; }
.btn-ff:hover { background: #bf5200; }
.btn-chrome { background: #2666c7; }
.btn-chrome:hover { background: #2f6fd4; }


/* ============================================================
   CERTIFICATIONS
   ============================================================ */

.cert-list {
  max-width: 740px;
  margin: 0 auto;
}

.cert-card-pro {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cert-card-pro:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.cert-card-pro-header {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 32px;
  background: linear-gradient(135deg, #0a1628 0%, #0d5ea8 100%);
}

.cert-card-pro-icon {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  flex-shrink: 0;
}

.cert-card-pro-title {
  flex: 1;
  min-width: 0;
}

.cert-card-pro-issuer {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255,255,255,.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.cert-card-pro-issuer i { margin-right: 5px; }

.cert-card-pro-title h4 {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 700;
  margin: 0 0 4px;
}

.cert-card-pro-code {
  font-size: 0.8rem;
  color: rgba(255,255,255,.65);
}

.cert-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(76,175,125,.25);
  color: #a3e8c4;
  border: 1px solid rgba(76,175,125,.45);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  align-self: flex-start;
}

.cert-card-pro-body {
  padding: 28px 32px;
}

.cert-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 48px;
}

.cert-detail-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cert-detail-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.cert-detail-label i {
  margin-right: 5px;
  color: var(--primary-light);
}

.cert-detail-val {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--primary);
  margin: 0;
}

code.cert-detail-val {
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  background: var(--bg-grey);
  padding: 2px 8px;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .cert-card-pro-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
    gap: 14px;
  }
  .cert-card-pro-body { padding: 22px 20px; }
  .cert-detail-grid { grid-template-columns: 1fr; }
}


/* ============================================================
   FOOTER
   ============================================================ */

.site-footer {
  padding: 64px 20px 52px;
  background: var(--primary);
  text-align: center;
}

.site-footer p {
  color: #9ba3c2;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.site-footer h2 {
  color: #f7f5ef;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -.04em;
  margin-bottom: 12px;
}

.footer-cta {
  align-items: center;
  background: #f7f5ef;
  border-radius: 100px;
  color: var(--primary);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 700;
  gap: 8px;
  margin-top: 8px;
  padding: 12px 22px;
  transition: background .2s, color .2s, transform .2s;
}

.footer-cta:hover {
  background: #dce9df;
  color: var(--primary);
  transform: translateY(-2px);
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {
  .hero { padding: 38px 20px 44px; }
  .hero-layout,
  .profile-intro-grid { grid-template-columns: 1fr; }
  .hero-layout { gap: 22px; }
  .hero .profile-pic { width: 96px; height: 96px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .hero-role { font-size: clamp(2rem, 9vw, 2.75rem); }
  .hero-tech-row { grid-column: 1; }
  .profile-intro-grid { gap: 24px; }
  .profile-intro-heading h2 { max-width: 440px; }
  .proof-list > div { grid-template-columns: 1fr; gap: 5px; }
  .section { padding: 52px 0; }
  .section-header { margin-bottom: 32px; }
  .section-header h2 { font-size: 1.5rem; }
  .feat-grid,
  .card-grid { margin-left: -8px; margin-right: -8px; }
  .feat-col,
  .card-col { padding: 8px !important; }
}
