/* per-page polish: owner-profile */

/* ── Hero avatar ── */
.wrap .hero .av-lg {
  background: var(--accent-soft) !important;
  color: var(--accent) !important;
  border-color: var(--accent-line) !important;
  font-size: 34px;
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

/* -- Hero eyebrow tag: CANON sec 10 (.12em tracking). -- */
.wrap .hero .hid .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 8px;
}
.wrap .hero .hid .eyebrow::before {
  content: "";
  width: 14px;
  height: 1.5px;
  background: var(--accent);
  border-radius: 1px;
  flex: none;
}

/* -- Hero name: CANON sec 10  -  28/660/-.025em (was 30/680/-.035). -- */
.wrap .hero .hid h1 {
  font-size: 28px;
  font-weight: 660;
  letter-spacing: -.025em;
  line-height: 1.12;
  color: var(--ink);
}

/* ── Handle: mono, muted ── */
.wrap .hero .hid .handle {
  font-size: 12px;
  color: var(--ink-mute);
  margin-top: 4px;
  font-family: var(--font-mono);
}

/* ── Bio ── */
.wrap .hero .hid .bio {
  font-size: 14.5px;
  line-height: 1.57;
  color: var(--ink-soft);
  margin-top: 12px;
  max-width: 52ch;
}

/* ── Meta items: icon tint ── */
.wrap .hero .hid .meta {
  margin-top: 12px;
  gap: 12px 18px;
}
.wrap .hero .hid .meta .it {
  font-size: 12px;
  color: var(--ink-mute);
}
.wrap .hero .hid .meta .it svg {
  color: var(--accent);
  opacity: .7;
}

/* ── Actions: restrained sizing ── */
.wrap .hero .hact .btn {
  font-size: 13px;
  min-width: 120px;
}

/* ── Social proof line ── */
.wrap .proof {
  font-size: 12.5px;
  color: var(--ink-soft);
  gap: 10px;
  margin-bottom: 28px;
}
.wrap .proof .faces .f {
  background: var(--accent-soft) !important;
  color: var(--accent) !important;
  border-color: var(--accent-line) !important;
  font-size: 9.5px;
  font-weight: 680;
}
.wrap .proof strong {
  color: var(--ink);
}

/* -- Stats bar: CANON sec 1 glass (surface-3 + canon blur). -- */
.wrap .stats {
  margin-bottom: 36px;
  background: var(--surface-3) !important;
  -webkit-backdrop-filter: saturate(1.5) blur(20px);
  backdrop-filter: saturate(1.5) blur(20px);
}
.wrap .stats .st {
  padding: 16px 20px;
}
.wrap .stats .st .n {
  font-size: 26px;
  font-weight: 680;
  letter-spacing: -.03em;
  line-height: 1;
}
.wrap .stats .st .n span {
  color: var(--accent);
  font-size: 18px;
}
.wrap .stats .st .l {
  font-size: 10.5px;
  letter-spacing: .12em; /* CANON sec 10 eyebrow tracking */
  color: var(--ink-mute);
  margin-top: 4px;
}
/* Spark bars: accent tint */
.wrap .stats .st .spark i {
  background: var(--accent-soft);
}
.wrap .stats .st .spark i.hi {
  background: var(--accent);
}

/* -- Section header: CANON sec 10  -  h2 = 22/640/-.02em. -- */
.wrap .sec .sec-h h2 {
  font-size: 22px;
  font-weight: 640;
  letter-spacing: -.02em;
  color: var(--ink);
}
.wrap .sec .sec-h .m {
  font-size: 11px;
  color: var(--ink-mute);
  font-family: var(--font-mono);
}

/* -- Collection chips: CANON sec 2 pill (paper bg, line border, ink-soft). -- */
.wrap .sec .colls .chip {
  font-size: 12px;
  font-weight: 550;
  color: var(--ink-soft);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  padding: 0 13px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  letter-spacing: -.01em;
}

/* -- Featured skill card: CANON sec 1 glass. -- */
.wrap .sec .feat {
  padding: 22px 28px;
  border-radius: var(--r-xl);
  background: var(--surface-3) !important;
  -webkit-backdrop-filter: saturate(1.5) blur(20px);
  backdrop-filter: saturate(1.5) blur(20px);
  box-shadow: var(--shadow-md) !important;
  margin-bottom: 14px;
}
/* CANON sec 10  -  fc-eye eyebrow. */
.wrap .sec .feat .fc-eye {
  color: var(--accent);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* CANON sec 10  -  card title = 15px/640. */
.wrap .sec .feat h3 {
  font-size: 15px;
  font-weight: 640;
  letter-spacing: -.015em;
  margin: 0 0 10px;
  color: var(--ink);
}
.wrap .sec .feat p {
  font-size: 13.5px;
  line-height: 1.58;
  color: var(--ink-soft);
  margin: 0 0 14px;
}

/* ── Testimonial quote: left steel rule ── */
.wrap .sec .feat .quote {
  border-left-color: var(--accent-line);
  border-left-width: 2px;
  padding: 6px 0 6px 14px;
  margin: 0 0 14px;
  font-size: 13px;
  font-style: normal;
  color: var(--ink-soft);
  line-height: 1.55;
}
.wrap .sec .feat .quote .who {
  font-size: 11px;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  margin-top: 5px;
  font-style: normal;
  display: block;
}

/* ── Featured meta ── */
.wrap .sec .feat .fmeta {
  font-size: 11px;
  color: var(--ink-mute);
  gap: 10px;
}

/* ── Featured aside: CLI mini, agent chips ── */
.wrap .sec .feat .faside {
  padding-left: 22px;
  border-left-color: var(--line-soft);
}
.wrap .sec .feat .faside .mini {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink);
  background: color-mix(in srgb, var(--accent) 5%, var(--bg-2));
  border: 1px solid var(--accent-line);
  border-radius: var(--r-sm);
  padding: 8px 11px;
  line-height: 1.6;
}
.wrap .sec .feat .faside .mini .pr {
  color: var(--accent);
  font-weight: 600;
}
.wrap .sec .feat .faside .chip {
  font-size: 11px;
  font-weight: 540;
  background: color-mix(in srgb, var(--accent) 6%, var(--bg-2));
  border: 1px solid color-mix(in srgb, var(--accent) 10%, var(--line));
  border-radius: var(--r-pill);
  color: var(--ink-soft);
  padding: 3px 10px;
  display: inline-block;
}

/* ── Other skill cards grid ── */
.wrap .sec .grid .ocard {
  padding: 16px 18px;
  gap: 13px;
  align-items: center;
}
.wrap .sec .grid .ocard .ic {
  width: 34px;
  height: 34px;
  border-radius: var(--r-lg);
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-2)) !important;
  border-color: color-mix(in srgb, var(--accent) 14%, var(--line)) !important;
}
.wrap .sec .grid .ocard .ic svg {
  color: var(--accent);
  opacity: .85;
  width: 16px;
  height: 16px;
}
.wrap .sec .grid .ocard .nm {
  font-size: 14px;
  font-weight: 630;
  letter-spacing: -.015em;
  color: var(--ink);
}
.wrap .sec .grid .ocard .ds {
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.45;
  margin-top: 2px;
}
.wrap .sec .grid .ocard .pc {
  font-size: 10.5px;
  color: var(--ink-mute);
  white-space: nowrap;
  text-align: right;
}
.wrap .sec .grid .ocard .pc strong {
  font-size: 15px;
  font-weight: 680;
  color: var(--ink);
  letter-spacing: -.02em;
  display: block;
}

/* ── Card hover lift ── */
.wrap .sec .grid .card-int:hover,
.wrap .sec .feat.card-int:hover {
  border-color: var(--accent-line) !important;
  box-shadow: var(--shadow-md) !important;
  transform: translateY(-2px);
}

/* ── Footer ── */
.wrap ~ .footer {
  padding: 20px 24px;
  text-align: center;
  font-size: 12px;
  color: var(--ink-mute);
  border-top: 1px solid var(--line);
}
.wrap ~ .footer a {
  color: var(--ink-soft);
}
.wrap ~ .footer a:hover {
  color: var(--accent);
}

/* ── Mobile ── */
@media (max-width: 760px) {
  .wrap .hero {
    gap: 14px;
  }
  .wrap .hero .hid h1 {
    font-size: 24px;
  }
  .wrap .hero .hid .bio {
    font-size: 13.5px;
  }
  .wrap .stats {
    grid-template-columns: 1fr 1fr !important;
  }
  .wrap .stats .st:last-child {
    grid-column: span 2;
  }
  .wrap .sec .feat {
    padding: 18px 20px;
  }
  .wrap .sec .feat h3 {
    font-size: 20px;
  }
}
