/* /o-mnie/ — O-mnie.dc.html, 1:1. */

.abo-hero { position: relative; background: #fff; overflow: hidden; min-height: 646px; }

.abo-hero__rule {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--rule-light);
}

.abo-hero__inner {
  position: relative;
  padding-block: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 468px;
  gap: 80px;
  align-items: center;
  min-height: 646px;
}

.abo-hero .me-crumbs { margin-bottom: 26px; }

.abo-hero__title {
  margin: 0 0 22px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-wrap: pretty;
}

.abo-hero__lead {
  margin: 0 0 32px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-secondary);
}

.abo-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 520px;
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
  margin-bottom: 32px;
}

.abo-stat { padding: 18px 20px; }
.abo-stat:first-child { padding-left: 0; }
.abo-stat:last-child { padding-right: 0; }
.abo-stat + .abo-stat { border-left: 1px solid var(--rule-light); }

.abo-stat__value {
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.abo-stat__value .home-marker { width: 8px; height: 8px; }
.abo-stat__label { margin: 0; font-size: 13px; line-height: 1.45; color: var(--text-secondary); }

.abo-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.abo-hero__art { justify-self: end; width: 468px; }

.abo-hero__art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-large);
}

/* --------------------------------------------------------------- role ---- */
.abo-section { padding: 88px 0 92px; }
.abo-section--soft { background: var(--surface-soft); }

.abo-split {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.abo-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.abo-text {
  margin: 0 0 18px;
  max-width: 660px;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text-secondary);
}

.abo-text:last-of-type { margin-bottom: 26px; }

.abo-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 2px solid var(--brand-green);
  padding-bottom: 2px;
  text-decoration: none;
  color: var(--text-primary);
}

.abo-link span { color: var(--brand-green); transition: transform var(--duration-micro) var(--ease); }
.abo-link:hover span { transform: translateX(3px); }

/* ----------------------------------------------------------- projects ---- */
.abo-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}

.abo-head__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
  max-width: 560px;
}

.abo-head__lead { margin: 0; font-size: 16px; line-height: 1.625; color: var(--text-secondary); }

.abo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }

.abo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-large);
  padding: 28px;
  transition: border-color var(--duration-micro) var(--ease), box-shadow var(--duration-micro) var(--ease);
}

.abo-card:hover { border-color: var(--brand-green); box-shadow: var(--shadow-soft); }

.abo-card__scope {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.abo-card__title { margin: 0 0 12px; font-size: 20px; line-height: 1.3; font-weight: 700; letter-spacing: -0.02em; }
.abo-card__text { margin: 0 0 20px; font-size: 15px; line-height: 1.55; color: var(--text-secondary); }

.abo-card__link {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: var(--tap-min);
  border-top: 1px solid var(--rule-light);
  padding-top: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: var(--text-primary);
}

.abo-card__link .svc-arrow { color: var(--brand-green); }
.abo-card__link:hover .svc-arrow { transform: translate(2px, -2px); }

/* ------------------------------------------------------------- career ---- */
.abo-timeline { position: relative; padding-left: 32px; }

.abo-timeline__rail {
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--brand-navy), var(--brand-green));
}

.abo-tl {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 48px;
  padding: 0 0 36px;
}

.abo-tl:last-child { padding-bottom: 0; }

.abo-tl__dot {
  position: absolute;
  left: -32px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: var(--brand-navy);
}

.abo-tl:last-child .abo-tl__dot { background: var(--brand-green); }

.abo-tl__period { margin: 0; font-size: 15px; font-weight: 700; }
.abo-tl__title { margin: 0 0 8px; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.abo-tl__text { margin: 0; font-size: 15px; line-height: 1.6; color: var(--text-secondary); }

/* ----------------------------------------------------------- approach ---- */
.abo-approach {
  position: relative;
  background: var(--brand-navy-deep);
  color: #fff;
  padding: 92px 0 96px;
  overflow: hidden;
}

.abo-approach__dots {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
}

.abo-approach__ring { position: absolute; border-radius: 50%; }
.abo-approach__ring--1 { top: -160px; right: 60px;  width: 560px; height: 560px; border: 1px solid rgba(255, 255, 255, 0.08); }
.abo-approach__ring--2 { top: -100px; right: 120px; width: 440px; height: 440px; border: 1px solid rgba(255, 255, 255, 0.06); }

.abo-approach__inner { position: relative; }

.abo-approach__title {
  margin: 0 0 48px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.025em;
  max-width: 560px;
}

.abo-approach__list { display: grid; gap: 0; }

.abo-approach__item {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 56px;
  padding: 26px 0;
  border-top: 1px solid var(--border-inverse);
}

.abo-approach__list > .abo-approach__item:last-child { border-bottom: 1px solid var(--border-inverse); }

.abo-approach__itemtitle {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.abo-approach__itemtitle .home-marker { margin-top: 10px; }
.abo-approach__itemtext { margin: 0; font-size: 16px; line-height: 1.65; color: var(--text-inverse-secondary); }

/* ------------------------------------------------------------- skills ---- */
.abo-skills { padding: 80px 0 88px; }

.abo-skills__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 480px;
  gap: 80px;
  align-items: end;
  margin-bottom: 40px;
}

.abo-skills__head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.025em;
  max-width: 600px;
}

.abo-skills__cards { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; margin-bottom: 28px; }

.abo-skill {
  background: #fff;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-medium);
  padding: 28px;
}

.abo-skill__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }

.abo-skill__tile {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: var(--radius-button);
  background: var(--surface-success-soft);
  display: grid;
  place-items: center;
}

.abo-skill__tile .me-icon { color: var(--brand-green); }
.abo-skill__title { margin: 0; font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }
.abo-skill__year { margin: 2px 0 0; font-size: 13px; font-weight: 600; color: var(--text-secondary); }
.abo-skill__text { margin: 0; font-size: 15px; line-height: 1.55; color: var(--text-secondary); }

.abo-courses { border-top: 1px solid var(--rule-light); padding-top: 24px; }
.abo-courses__title { margin: 0 0 14px; font-size: 15px; font-weight: 700; }
.abo-courses__list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }

/* ------------------------------------------------------------ contact ---- */
.abo-contact { padding: 80px 0 92px; background: var(--surface-soft); }

.abo-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 80px;
  align-items: start;
}

.abo-contact__title { margin: 0 0 20px; font-size: 36px; line-height: 1.2; font-weight: 700; letter-spacing: -0.025em; }
.abo-contact__text { margin: 0 0 16px; max-width: 640px; font-size: 17px; line-height: 1.65; color: var(--text-secondary); }
.abo-contact__text:last-of-type { margin-bottom: 26px; }
.abo-contact__points { display: grid; gap: 12px; }
