.addition-copy {
  border-right: 1px solid var(--line);
  padding: 34px;
}

.addition-copy .section-kicker {
  color: rgb(119, 119, 119);
}

.addition-copy p:not(.section-kicker) {
  color: var(--muted);
  margin-top: 16px;
  font-size: 1.02rem;
  line-height: 1.82;
}

.addition-info {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.01);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 148px;
  padding: 30px;
  transition: background-color var(--motion-fast);
}

.addition-info span {
  color: rgb(173, 173, 173);
  font-size: 0.92rem;
  font-weight: 700;
}

.addition-info strong {
  color: var(--text-bright);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.52;
}

.addition-info:nth-child(2n) {
  border-right: 0;
}

.addition-info:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.addition-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  overflow: hidden;
  margin-top: 88px;
}

.avatar {
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 10px);
  color: var(--color-ink);
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  font-size: 1.45rem;
  font-weight: 700;
}

.detail-item span {
  color: rgb(143, 143, 143);
  font-size: 0.82rem;
}

.detail-item strong, .detail-item strong a {
  color: var(--text-strong);
  font-size: 0.9rem;
  font-weight: 600;
  word-break: break-word;
}

.detail-item-edu span {
  color: rgb(178, 178, 178);
  font-size: 0.86rem;
  line-height: 1.65;
}

.hero-desc {
  color: var(--muted);
  max-width: var(--content-readable);
  margin-top: 18px;
  font-size: 1rem;
  line-height: 1.76;
}

.hero-kicker {
  color: var(--subtle);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  color: var(--text);
  max-width: 10ch;
  margin-top: 12px;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  font-weight: 700;
  line-height: 1.2;
}

.metric-item {
  border-right: 1px solid var(--line);
  min-height: 140px;
  padding: 24px;
}

.metric-item span {
  color: rgb(137, 137, 137);
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-item strong {
  color: var(--text);
  display: block;
  margin-top: 14px;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.75;
}

.metric-item:last-child {
  border-right: 0;
}

.metric-strip {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.profile-name {
  color: var(--text-bright);
  margin-top: 18px;
  font-size: 1.9rem;
  font-weight: 700;
}

.profile-role {
  color: var(--muted);
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.75;
}

.profile-sub {
  color: rgb(211, 211, 211);
  margin-top: 7px;
  font-size: 0.96rem;
}

.resume-kicker, .side-kicker {
  color: rgb(123, 123, 123);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.resume-section + .resume-section {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 24px;
}

.resume-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  color: var(--text);
  background: var(--surface-chip);
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  overflow: hidden;
}

.resume-sidebar {
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding: 28px 24px;
}

.resume-title, .side-title {
  color: rgb(241, 241, 241);
  margin-top: 8px;
  font-size: 1.22rem;
  font-weight: 600;
}

.side-section {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 20px;
}

.skill-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 56px;
}

.skill-row span {
  color: rgb(141, 141, 141);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skill-row strong {
  color: rgb(236, 236, 236);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.75;
}

.skill-row:first-child {
  border-top: 1px solid var(--line);
}

.snapshot-card {
  border: var(--border-card);
  border-radius: var(--radius-card);
  background: var(--surface-card);
  min-height: 100%;
  padding: 24px;
}

.snapshot-desc {
  color: var(--muted);
  margin-top: 12px;
  font-size: 0.98rem;
  line-height: 1.75;
}

.snapshot-kicker {
  color: rgb(119, 119, 119);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snapshot-list {
  border-top: 1px solid var(--line);
  margin-top: 22px;
}

.snapshot-row {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
}

.snapshot-row span {
  color: rgb(173, 173, 173);
  font-size: 0.9rem;
}

.snapshot-row strong {
  color: var(--text-bright);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
}

.statement-box {
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: rgb(216, 216, 216);
  background: rgba(255, 255, 255, 0.04);
  margin-top: 14px;
  padding: 16px;
  font-size: 0.98rem;
  line-height: 1.82;
}

.statement-text {
  color: rgb(150, 150, 150);
  margin-top: 24px;
  font-size: 0.96rem;
  line-height: 2.24;
  letter-spacing: 0.03em;
}

.tag-item {
  border: var(--border-card);
  border-radius: var(--radius-pill);
  color: var(--text-soft);
  background: var(--surface-chip);
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 0.85rem;
  font-weight: 600;
}

.timeline-desc {
  color: var(--muted);
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.82;
}

.timeline-head span {
  color: rgb(150, 150, 150);
  font-size: 0.86rem;
  font-weight: 600;
}

.timeline-item {
  border-left: 1px solid var(--line-strong);
  padding-left: 18px;
}

.timeline-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
}

.timeline-role {
  color: rgb(215, 215, 215);
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 600;
}

.addition-copy h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.08;
}

.addition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-item {
  display: grid;
  gap: 4px;
}

.detail-item-edu strong {
  font-size: 0.95rem;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin-top: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-overview {
  max-width: var(--content-wide);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  padding: 74px 0 48px;
}

.is-preparing-reveal :is(.addition-section, .hero-section, .metric-strip) {
  visibility: hidden;
}

.resume-main {
  padding: 30px;
}

.skill-table {
  margin-top: 14px;
}

.snapshot-title {
  margin-top: 14px;
  font-size: 1.55rem;
  font-weight: 600;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.timeline-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.timeline-head h3 {
  font-size: 1.18rem;
  font-weight: 600;
}

@media (width < 1024px) {
  .addition-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .addition-info {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .addition-info:last-child {
    border-bottom: 0;
  }

  .page-shell .metric-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-width: 0;
    min-height: auto;
  }

  .page-shell .metric-item:last-child {
    border-bottom: 0;
  }

  .resume-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .addition-copy,
    .addition-info,
    .resume-main,
    .resume-sidebar,
    .snapshot-card,
    .timeline-panel {
    padding: 22px;
  }

  .addition-grid {
    grid-template-columns: 1fr;
  }

  .addition-section {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-actions, .hero-actions .primary-btn, .hero-actions .secondary-btn {
    max-width: 100%;
  }

  .hero-actions, .primary-btn, .secondary-btn {
    width: 100%;
  }

  .hero-desc {
    font-size: 0.98rem;
  }

  .hero-desc, .snapshot-desc {
    overflow-wrap: anywhere;
  }

  .hero-overview, .hero-section, .snapshot-card {
    min-width: 0;
    max-width: 100%;
  }

  .hero-section {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
    padding: 44px 0 34px;
  }

  .hero-title {
    max-width: 9ch;
    font-size: 2.45rem;
  }

  .page-shell .metric-item :is(strong, span) {
    overflow-wrap: anywhere;
  }

  .page-shell .metric-item span {
    width: 100%;
    max-width: 100%;
    font-size: 0.98rem;
    word-break: break-all;
  }

  .page-shell .metric-item strong {
    font-size: 2rem;
  }

  .page-shell .metric-strip {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .resume-shell {
    grid-template-columns: 1fr;
  }

  .skill-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0;
  }

  .snapshot-card {
    min-height: auto;
  }

  .snapshot-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
    min-height: auto;
    padding: 14px 0;
  }

  .snapshot-row span, .snapshot-row strong, .tag-item {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .snapshot-row strong {
    text-align: left;
  }

  .tag-item {
    max-width: 100%;
    min-height: 32px;
    padding: 6px 12px;
    line-height: 1.35;
  }

  .tag-list {
    gap: 8px;
    width: 100%;
  }
}
