.about-site-header {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.page-language {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--line);
}

.page-language button {
  min-width: 35px;
  min-height: 32px;
  padding: 0 7px;
  border: 0;
  border-right: 1px solid var(--line-faint);
  background: transparent;
  color: var(--ink-56);
  font-size: 10px;
  letter-spacing: .06em;
}

.page-language button:last-child { border-right: 0; }
.page-language button[aria-pressed="true"] { background: var(--ink); color: var(--surface); }

.about-site-header .site-brand:focus-visible,
.page-language button:focus-visible,
.about-hero__continue:focus-visible,
.about-contact__links a:focus-visible,
.site-footer a:focus-visible {
  outline: 1px solid var(--focus);
  outline-offset: 4px;
}

.about-current {
  min-width: 0;
}

.about-hero {
  position: relative;
  width: min(100%, 1440px);
  min-height: 100svh;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-content: center;
  gap: 0 clamp(14px, 2.5vw, 42px);
  margin: 0 auto;
  padding: 132px clamp(20px, 7vw, 112px) 94px;
  overflow: hidden;
}

.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40vw;
  height: 1px;
  background: var(--line);
}

.about-hero::before { left: -8vw; top: 34%; transform: rotate(-4deg); }
.about-hero::after { right: -10vw; bottom: 24%; transform: rotate(6deg); }

.about-hero__evidence {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(46px, 7vh, 76px);
  color: var(--ink-32);
  font: 650 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.about-hero__evidence i { flex: 1; height: 1px; background: var(--line); }
.about-hero__evidence span:nth-of-type(2) { color: var(--focus); }

.about-hero__eyebrow,
.about-hero__meta,
.about-panel__head > p,
.about-service > span,
.about-service > div > p:first-child,
.about-discography__head > p:first-child,
.about-credit time,
.about-credit > span,
.about-contact > p:first-child {
  font: 650 9px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.about-hero__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  color: var(--focus);
}

.about-hero__name {
  grid-column: 1 / 10;
  margin: 0;
  font-size: clamp(72px, 15vw, 214px);
  font-weight: 250;
  letter-spacing: -.075em;
  line-height: .78;
}

.about-hero__role {
  grid-column: 1 / 7;
  display: grid;
  gap: 5px;
  margin-top: clamp(26px, 4vh, 48px);
  padding-left: 18px;
  border-left: 1px solid var(--focus);
}

.about-hero__role strong {
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 520;
  letter-spacing: -.025em;
}

.about-hero__role span {
  color: var(--ink-56);
  font-size: 10px;
  letter-spacing: .09em;
}

.about-hero__statement {
  grid-column: 7 / -1;
  align-self: end;
  margin: clamp(44px, 7vh, 84px) 0 0;
  color: var(--ink-76);
  font-size: clamp(20px, 2.7vw, 38px);
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.65;
}

.about-hero__meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: clamp(52px, 8vh, 92px);
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--ink-32);
}

.about-hero__continue {
  position: absolute;
  right: clamp(20px, 5vw, 74px);
  bottom: 25px;
  display: grid;
  gap: 2px;
  color: var(--ink-56);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-hero__continue svg { width: 148px; height: 38px; overflow: visible; }
.about-hero__continue path { fill: none; stroke: currentColor; stroke-width: 1; vector-effect: non-scaling-stroke; }
.about-hero__continue:hover { color: var(--focus); }

.about-panel {
  position: relative;
  width: min(100%, 1440px);
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1.58fr);
  gap: clamp(46px, 8vw, 130px);
  margin: 0 auto;
  padding: clamp(104px, 12vw, 180px) clamp(20px, 7vw, 112px);
  border-top: 1px solid var(--line-faint);
}

.about-panel__head {
  align-self: start;
  position: sticky;
  top: 104px;
}

.about-panel__head > p {
  margin: 0 0 12px;
  color: var(--focus);
}

.about-panel__head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.about-copy {
  max-width: 760px;
  color: var(--ink-76);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 350;
  line-height: 2;
}

.about-copy--lead { font-size: clamp(18px, 1.75vw, 24px); }
.about-copy p { margin: 0 0 1.45em; }
.about-copy p:last-child { margin-bottom: 0; }

.about-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 56px) clamp(34px, 7vw, 100px);
  padding-bottom: 44px;
}

.about-service {
  min-width: 0;
  min-height: 280px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 16px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  transition: transform 300ms var(--ease), border-color 220ms var(--ease);
}

.about-service:nth-child(even) { transform: translateY(44px); }
.about-service:hover { border-color: var(--ink-32); transform: translateX(7px); }
.about-service:nth-child(even):hover { transform: translate(7px, 44px); }
.about-service > span { color: var(--focus); }
.about-service > div > p:first-child { margin: 0 0 11px; color: var(--ink-32); }

.about-service h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.about-service > div > p:last-child {
  margin: 38px 0 0;
  color: var(--ink-56);
  font-size: 14px;
  line-height: 1.9;
}

.about-experience__content { min-width: 0; }

.about-discography {
  margin-top: clamp(68px, 9vw, 118px);
  border-top: 1px solid var(--line);
}

.about-discography__head {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr);
  gap: 30px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.about-discography__head p { margin: 0; }
.about-discography__head > p:first-child { color: var(--focus); }
.about-discography__head > p:last-child { color: var(--ink-32); font-size: 12px; line-height: 1.7; }

.about-credit {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.about-credit time,
.about-credit > span { padding-top: 4px; color: var(--ink-32); }
.about-credit > span { color: var(--focus); }
.about-credit div > p { margin: 0 0 5px; color: var(--ink-32); font-size: 12px; letter-spacing: .04em; overflow-wrap: anywhere; }

.about-credit h3 {
  margin: 0;
  font-size: clamp(20px, 2.3vw, 34px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.about-method__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.about-method__steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.about-method__steps span { color: var(--focus); font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.about-method__steps strong { font-size: clamp(22px, 3vw, 40px); font-weight: 300; }
.about-method__copy { margin-top: clamp(50px, 7vw, 86px); }

.about-groovism__formal {
  margin: 0 0 clamp(52px, 7vw, 86px);
  color: var(--ink);
  font-size: clamp(27px, 4.5vw, 66px);
  font-weight: 250;
  letter-spacing: -.045em;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.about-contact {
  position: relative;
  width: min(100%, 1440px);
  min-height: 90svh;
  display: grid;
  align-content: center;
  margin: 0 auto;
  padding: 120px clamp(20px, 7vw, 112px);
  border-top: 1px solid var(--line-faint);
}

.about-contact > p:first-child { margin: 0 0 20px; color: var(--focus); }

.about-contact h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(42px, 7.6vw, 112px);
  font-weight: 250;
  letter-spacing: -.065em;
  line-height: 1.04;
}

.about-contact > p:nth-of-type(2) {
  max-width: 720px;
  margin: clamp(46px, 7vw, 78px) 0 0 auto;
  color: var(--ink-56);
  font-size: 15px;
  line-height: 1.9;
}

.about-contact__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(58px, 8vw, 98px);
  border-top: 1px solid var(--line);
}

.about-contact__links a {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-76);
  font: 650 10px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
  transition: padding-inline 260ms var(--ease), color 260ms var(--ease);
}

.about-contact__links a:first-child { padding-right: 28px; }
.about-contact__links a:last-child { padding-left: 28px; border-left: 1px solid var(--line); }
.about-contact__links a:hover { padding-inline: 12px; color: var(--focus); }
.site-footer a:hover { color: var(--focus); }

@media (max-width: 940px) {
  .about-site-header { grid-template-columns: auto minmax(0, 1fr) auto; }
  .about-site-header .page-language { grid-column: 2; justify-self: end; }
  .about-site-header .view-controls { grid-column: 3; }
  .about-hero__name { grid-column: 1 / -1; }
  .about-panel { grid-template-columns: minmax(145px, .32fr) minmax(0, 1.68fr); gap: 48px; }
}

@media (max-width: 680px) {
  .about-site-header .page-language {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .about-site-header .view-controls {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .page-language button { min-height: 34px; }

  .about-hero {
    min-height: 100svh;
    grid-template-columns: 1fr;
    padding: 154px 20px 88px;
  }
  .about-hero__evidence,
  .about-hero__eyebrow,
  .about-hero__name,
  .about-hero__role,
  .about-hero__statement,
  .about-hero__meta { grid-column: 1; }
  .about-hero__evidence { gap: 8px; margin-bottom: 52px; font-size: 9px; letter-spacing: .08em; }
  .about-hero__name { font-size: clamp(66px, 22vw, 104px); }
  .about-hero__role { margin-top: 30px; }
  .about-hero__statement { margin-top: 52px; font-size: clamp(19px, 5.6vw, 25px); }
  .about-hero__meta { margin-top: 58px; gap: 8px 20px; }
  .about-hero__continue { display: none; }

  .about-panel {
    grid-template-columns: 1fr;
    gap: 58px;
    padding: 104px 20px 120px;
  }
  .about-panel__head { position: static; }
  .about-panel__head h2 { font-size: clamp(36px, 11vw, 52px); }
  .about-copy,
  .about-copy--lead { font-size: 17px; }

  .about-services { grid-template-columns: 1fr; gap: 18px; padding-bottom: 0; }
  .about-service,
  .about-service:nth-child(even) { min-height: 0; transform: none; }
  .about-service:hover,
  .about-service:nth-child(even):hover { transform: none; }
  .about-service h3 { font-size: clamp(27px, 8.5vw, 38px); }
  .about-service > div > p:last-child { margin-top: 30px; }

  .about-discography__head { grid-template-columns: 1fr; gap: 10px; }
  .about-credit { grid-template-columns: 58px minmax(0, 1fr); gap: 17px; }
  .about-credit > span { grid-column: 2; padding-top: 0; }
  .about-groovism__formal br { display: none; }

  .about-contact { min-height: 82svh; padding: 110px 20px; }
  .about-contact h2 { font-size: clamp(42px, 14vw, 66px); }
  .about-contact__links { grid-template-columns: 1fr; }
  .about-contact__links a:first-child,
  .about-contact__links a:last-child { padding-inline: 0; }
  .about-contact__links a:last-child { border-left: 0; }
  .about-contact__links a:hover { padding-inline: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-service,
  .about-contact__links a { transition: none; }
}

:root[data-motion="off"] .about-service,
:root[data-motion="off"] .about-contact__links a { transition: none; }
