/* About page */
.about-page {
  padding-top: 74px;
  background: #0b0b0b;
}

.about-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-hero,
.about-story,
.about-values,
.about-skills,
.about-cta { position: relative; z-index: 1; }

/* ── SECTION LABEL ── */
.about-eyebrow,
.about-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-eyebrow::before,
.about-section-label::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--yellow);
  flex-shrink: 0;
}

.about-section-label--center {
  display: flex;
  justify-content: center;
}

/* ── HEADINGS ── */
.about-title,
.about-section-title,
.about-profile-name {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.about-title {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -1px;
  margin-bottom: 24px;
  text-transform: none;
}

.about-title .accent {
  background: linear-gradient(90deg, #c8930a 0%, #F5C518 30%, #f0c030 50%, #F5C518 70%, #c8930a 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gold-shimmer 3.5s ease-in-out infinite;
}

.about-section-title {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  margin-bottom: 0;
}

.about-section-title span { color: var(--yellow); }

/* ── BODY TEXT ── */
.about-lead,
.about-section-text,
.about-value-body p,
.about-timeline-content p {
  color: rgba(255,255,255,.65);
  line-height: 1.8;
}

.about-lead { font-size: 17px; max-width: 500px; margin-bottom: 32px; }
.about-section-text { font-size: 15px; }
.about-section-text + .about-section-text { margin-top: 16px; }
.about-story-em { color: #fff; }

/* ── HERO ── */
.about-hero {
  padding: 100px 0 80px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 70% at 30% 50%, rgba(245,197,24,.06) 0%, transparent 70%);
  background-image:
    radial-gradient(ellipse 60% 70% at 30% 50%, rgba(245,197,24,.06) 0%, transparent 70%),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 80px 80px, 80px 80px;
  opacity: .9;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 48px;
  color: rgba(255,255,255,.38);
  font-size: 12px;
}

.about-breadcrumb a {
  color: rgba(255,255,255,.52);
  text-decoration: none;
  transition: color .2s;
}

.about-breadcrumb a:hover { color: var(--yellow); }

.about-hero-layout {
  display: grid;
  gap: 64px;
  align-items: center;
}

/* intro — no card box, just text */
.about-intro { position: relative; z-index: 1; }

/* buttons */
.about-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.about-primary-link,
.about-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s, box-shadow .15s, border-color .2s, color .2s;
}

.about-primary-link {
  background: var(--yellow);
  color: #000;
}

.about-primary-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245,197,24,.3);
}

.about-secondary-link {
  border: 1px solid rgba(255,255,255,.07);
  background: transparent;
  color: #fff;
}

.about-secondary-link:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  transform: translateY(-2px);
}

/* ── PROFILE CARD ── */
.about-profile-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.07);
  background: #141414;
  position: relative;
  z-index: 1;
}

.about-profile-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(160deg, #1a1500 0%, #2a2000 40%, #0d0d00 100%);
}

.about-profile-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-profile-avail {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border: 1px solid rgba(90,240,160,.35);
  border-radius: 999px;
  background: rgba(90,240,160,.15);
  color: #5af0a0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .8px;
}

.about-profile-avail-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5af0a0;
  flex-shrink: 0;
  animation: avail-pulse 2s ease-in-out infinite;
}

@keyframes avail-pulse {
  0%,100% { opacity: 1; }
  50%      { opacity: .4; }
}

.about-profile-body { padding: 20px 24px 24px; }

.about-profile-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.about-profile-sub {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  margin-bottom: 16px;
}

/* mini stats 3-col */
.about-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.06);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.about-mini-stat {
  text-align: center;
  padding: 12px 8px;
  background: #1c1c1c;
}

.about-mini-stat strong {
  display: block;
  color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.about-mini-stat span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.44);
  font-size: 10px;
  letter-spacing: .5px;
}

/* social links */
.about-socials { display: flex; gap: 8px; }

.about-social-link {
  flex: 1;
  display: block;
  text-align: center;
  padding: 8px 0;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 6px;
  background: #1c1c1c;
  color: rgba(255,255,255,.5);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.about-social-link:hover {
  border-color: rgba(245,197,24,.3);
  color: var(--yellow);
}

/* ── STORY SECTION ── */
.about-story {
  padding: 96px 0;
  background: #141414;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.about-story-layout { display: grid; gap: 80px; }

.about-story-copy .about-section-title { margin-bottom: 24px; }

.about-section-text { margin-bottom: 0; }

.about-story-quote {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(245,197,24,.12);
  border: 1px solid rgba(245,197,24,.25);
  border-left: 3px solid var(--yellow);
  border-radius: 0 8px 8px 0;
}

.about-story-quote p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.about-story-quote cite {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--yellow);
  font-weight: 600;
  letter-spacing: 1px;
  font-style: normal;
}

/* timeline */
.about-timeline-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  margin-bottom: 28px;
  display: block;
}

.about-timeline { position: relative; }

.about-timeline-line {
  position: absolute;
  left: 19px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: rgba(255,255,255,.07);
}

.about-timeline-item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  position: relative;
}

.about-timeline-year {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c1c1c;
  border: 1px solid rgba(255,255,255,.07);
  color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.about-timeline-item--now .about-timeline-year {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #000;
  box-shadow: 0 0 16px rgba(245,197,24,.4);
}

.about-timeline-content { padding-top: 6px; }

.about-timeline-content strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.about-timeline-content p {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  line-height: 1.6;
}

/* ── VALUES ══ */
.about-values {
  padding: 96px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.about-values-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 52px;
}

.about-values-head .about-section-title { margin-bottom: 12px; }
.about-values-head .about-section-text { font-size: 15px; color: rgba(255,255,255,.5); }

.about-values-grid {
  display: grid;
  gap: 16px;
}

.about-value-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 28px;
  background: #141414;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.about-value-card:hover {
  border-color: rgba(245,197,24,.4);
  box-shadow: 0 0 24px rgba(245,197,24,.08);
}

.about-value-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(245,197,24,.12);
  border: 1px solid rgba(245,197,24,.25);
  box-shadow: 0 0 14px rgba(245,197,24,.2);
}

.about-value-body h3 {
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* ── SKILLS ── */
.about-skills {
  padding: 96px 0;
  background: #141414;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.about-skills-layout { display: grid; gap: 80px; }

.about-skills-left .about-section-title,
.about-skills-right .about-section-title { margin-bottom: 32px; }

.about-skill-bar { margin-bottom: 18px; }

.about-skill-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.about-skill-header > span:first-child {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
}

.about-skill-pct {
  font-size: 12px;
  font-weight: 700;
  color: var(--yellow);
}

.about-skill-track {
  height: 4px;
  background: #1c1c1c;
  border-radius: 2px;
  overflow: hidden;
}

.about-skill-fill {
  height: 100%;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--yellow), rgba(245,197,24,.6));
  box-shadow: 0 0 8px rgba(245,197,24,.4);
  transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
}

/* tools 3-col */
.about-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}

.about-tool-card {
  padding: 16px 12px;
  text-align: center;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 10px;
  transition: border-color .2s;
}

.about-tool-card:hover { border-color: rgba(245,197,24,.3); }

.about-tool-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(245,197,24,.12);
  border: 1px solid rgba(245,197,24,.2);
  color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 900;
}

.about-tool-card span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.5);
}

/* numbers 2x2 */
.about-numbers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
}

.about-number-box {
  padding: 24px 20px;
  background: #0b0b0b;
}

.about-number-box strong {
  display: block;
  color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4px;
}

.about-number-box span {
  font-size: 12px;
  color: rgba(255,255,255,.5);
  letter-spacing: .5px;
}

/* ── CTA ── */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(245,197,24,.08) 0%, transparent 60%);
  border-top: 1px solid rgba(255,255,255,.07);
}

.about-cta-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-cta-inner .about-section-title {
  margin-bottom: 16px;
}

.about-cta-lead {
  color: rgba(255,255,255,.6);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 36px;
}

.about-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about-cta-note {
  font-size: 12px;
  color: rgba(255,255,255,.28);
}

/* ── DESKTOP ── */
@media (min-width: 900px) {
  .about-hero-layout {
    grid-template-columns: 1fr 420px;
  }

  .about-story-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-skills-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

/* ── MOBILE ── */
@media (max-width: 899px) {
  .about-page { padding-top: 66px; }

  .about-hero { padding: 60px 0 48px; }

  .about-story,
  .about-values,
  .about-skills,
  .about-cta { padding: 64px 0; }

  .about-story-layout,
  .about-skills-layout { gap: 48px; }

  .about-title { font-size: clamp(44px, 12vw, 64px); }

  .about-primary-link,
  .about-secondary-link { width: 100%; justify-content: center; }

  .about-cta-actions { flex-direction: column; }
  .about-cta-actions .about-primary-link,
  .about-cta-actions .about-secondary-link { width: auto; }
}
