.about-page {
  background: #fbfcfa;
}

.about-page .site-header {
  background: rgba(251, 252, 250, 0.9);
}

.nav-current::after {
  transform: scaleX(1) !important;
}

.profile-hero {
  min-height: 900px;
  padding-top: 84px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.profile-hero-inner {
  width: var(--page);
  min-height: 816px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

.profile-hero-copy {
  width: 100%;
  padding: 112px 0 82px;
  position: relative;
  z-index: 2;
}

.profile-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(62px, 6.1vw, 92px);
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 1.12;
}

.profile-hero-copy h1 span {
  display: block;
  white-space: nowrap;
}

.profile-lead {
  max-width: 720px;
  margin: 42px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.95;
}

.profile-identity {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.profile-avatar {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  background: var(--teal-soft);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 27%;
  filter: saturate(0.78) contrast(1.03);
}

.profile-name {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.profile-details {
  min-width: 0;
}

.profile-name i {
  width: 46px;
  height: 1px;
  margin-top: 11px;
  background: var(--ink);
}

.profile-name p {
  margin: 0;
}

.profile-name strong,
.profile-name span {
  display: block;
}

.profile-name strong {
  font-size: 23px;
  letter-spacing: -0.025em;
}

.profile-name span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-socials {
  margin: 17px 0 0 68px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.profile-socials a {
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--teal);
  font-size: 12px;
  font-weight: 750;
  transition: color 160ms ease;
}

.profile-socials a:hover {
  color: var(--ink);
}

.profile-socials svg {
  width: 13px;
  height: 13px;
}

.profile-index {
  margin: 64px 0 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.profile-hero-note {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 68px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.profile-hero-note::after {
  content: "";
  width: 1px;
  height: 68px;
  margin-top: 16px;
  display: inline-block;
  background: var(--teal);
}

.profile-philosophy {
  padding-top: 150px;
  padding-bottom: 142px;
}

.profile-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(440px, 0.92fr) minmax(360px, 0.68fr);
  justify-content: space-between;
  gap: clamp(64px, 9vw, 152px);
}

.profile-philosophy h2 {
  margin: 0;
  font-size: clamp(56px, 5.7vw, 84px);
  font-weight: 750;
  letter-spacing: -0.06em;
  line-height: 1.14;
}

.profile-philosophy-copy {
  align-self: center;
}

.profile-philosophy-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.profile-philosophy-copy p + p {
  margin-top: 24px;
}

.profile-process {
  margin: 104px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.profile-process li {
  min-height: 174px;
  padding: 25px 28px 28px;
  display: flex;
  flex-direction: column;
}

.profile-process li + li {
  border-left: 1px solid var(--line);
}

.profile-process span {
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}

.profile-process strong {
  margin-top: auto;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.profile-process small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
}

.career {
  padding: 142px 0 154px;
  background: #f3f6f4;
}

.career-inner {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 128px);
}

.career-heading {
  align-self: start;
  position: sticky;
  top: 126px;
}

.career-heading h2 {
  margin: 22px 0 0;
  font-size: clamp(50px, 5vw, 72px);
  line-height: 1.16;
  letter-spacing: -0.055em;
}

.career-heading > p:last-child {
  max-width: 280px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.career-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-entry {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
}

.career-number {
  padding-top: 24px;
  color: #c6ceca;
  font-size: 56px;
  font-weight: 340;
  letter-spacing: -0.055em;
}

.career-content {
  min-height: 230px;
  padding: 28px 0 46px 32px;
  position: relative;
  border-top: 1px solid #aeb8b3;
}

.career-content::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: var(--teal);
}

.career-entry:not(:last-child) .career-content::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 4.5px;
  background: rgba(15, 118, 110, 0.4);
}

.career-meta {
  margin: 0 0 17px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.career-content h3 {
  margin: 0;
  font-size: clamp(23px, 2vw, 30px);
  letter-spacing: -0.035em;
}

.career-content > p:last-child {
  max-width: 690px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.95;
}

.career-entry--current .career-content {
  border-color: var(--teal);
}

.profile-closing {
  background: var(--teal-soft);
}

.profile-closing-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 132px 0 126px;
}

.profile-closing-index {
  margin: 0 0 28px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.profile-closing h2 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(52px, 5.5vw, 80px);
  line-height: 1.16;
  letter-spacing: -0.06em;
}

.profile-closing-inner > p:not(.profile-closing-index) {
  max-width: 660px;
  margin: 36px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.95;
}

.profile-closing-actions {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1050px) {
  .profile-hero-copy h1 {
    font-size: clamp(50px, 6.6vw, 70px);
  }

  .profile-philosophy-grid {
    grid-template-columns: 1fr 0.72fr;
    gap: 52px;
  }

  .career-inner {
    grid-template-columns: 0.36fr 1fr;
    gap: 54px;
  }
}

@media (max-width: 760px) {
  .profile-hero {
    min-height: auto;
    padding-top: 70px;
  }

  .profile-hero-inner {
    min-height: auto;
  }

  .profile-hero-copy {
    padding: 68px 0 42px;
  }

  .profile-hero-copy h1 {
    font-size: clamp(42px, 12.4vw, 58px);
    line-height: 1.12;
  }

  .profile-lead {
    margin-top: 30px;
    font-size: 15px;
  }

  .profile-identity {
    margin-top: 34px;
    gap: 16px;
  }

  .profile-avatar {
    width: 72px;
    height: 72px;
  }

  .profile-name i {
    width: 32px;
  }

  .profile-name strong {
    font-size: 20px;
  }

  .profile-socials {
    margin-top: 15px;
    margin-left: 46px;
    gap: 18px;
  }

  .profile-index {
    margin-top: 42px;
  }

  .profile-hero-note {
    display: none;
  }

  .profile-philosophy {
    padding-top: 96px;
    padding-bottom: 92px;
  }

  .profile-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .profile-philosophy h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .profile-philosophy-copy p {
    font-size: 15px;
  }

  .profile-process {
    margin-top: 66px;
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-process li {
    min-height: 142px;
    padding: 20px 16px;
  }

  .profile-process li:nth-child(3),
  .profile-process li:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .profile-process li:nth-child(3) {
    border-left: 0;
  }

  .profile-process strong {
    font-size: 26px;
  }

  .career {
    padding: 94px 0 104px;
  }

  .career-inner {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .career-heading {
    position: static;
  }

  .career-heading h2 {
    font-size: 50px;
  }

  .career-entry {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
  }

  .career-number {
    padding-top: 22px;
    font-size: 34px;
  }

  .career-content {
    min-height: auto;
    padding: 26px 0 42px 24px;
  }

  .career-content h3 {
    font-size: 22px;
  }

  .career-content > p:last-child {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.9;
  }

  .profile-closing-inner {
    padding: 92px 0 88px;
  }

  .profile-closing h2 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .profile-closing-inner > p:not(.profile-closing-index) {
    font-size: 15px;
  }

  .profile-closing-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .profile-closing-actions .button {
    width: 100%;
  }

  .profile-closing-actions .text-link {
    min-height: 48px;
  }
}
