:root {
  color-scheme: dark;
  --bg: #111111;
  --surface: #191919;
  --red: #ef3933;
  --white: #f4f2ef;
  --gray: #a6a6a6;
  --line: #333;
  --body: 'Golos Text',Arial,sans-serif;
  --display: 'Oswald','Arial Narrow',Arial,sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font: 1rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--red);
  color: white;
}
a {
  color: inherit;
  text-decoration: none;
}
button,a,summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,summary:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 6px;
}
button {
  font: inherit;
}
h1,h2,h3,p {
  margin: 0;
}
h1,h2 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.09;
}
h2 {
  font-size: clamp(2.5rem,4.1vw,4rem);
  letter-spacing: -.035em;
}
p {
  color: var(--gray);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  background: var(--red);
  padding: 1rem;
  z-index: 10;
}
.skip-link:focus {
  top: 1rem;
}
.site-header,.hero,.section,.site-footer {
  max-width: 1440px;
  margin-inline: auto;
}
.site-header {
  height: 112px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.brand-mark {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.09em;
}
.brand-mark span {
  color: var(--red);
}
.brand-name {
  border-left: 1px solid #555;
  padding-left: 1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}
nav {
  display: flex;
  gap: 2rem;
  font-size: .9rem;
  color: #b5b5b5;
}
nav a:hover,.text-link:hover {
  color: var(--white);
}
.header-cta {
  font-size: .9rem;
  border-bottom: 1px solid var(--red);
  padding-block: .5rem;
}
.header-cta span {
  margin-left: 1rem;
  color: var(--red);
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  padding: 44px 5% 0;
  column-gap: 4%;
  position: relative;
}
.eyebrow {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .10em;
  color: #b6b6b6;
  display: flex;
  gap: .7rem;
  align-items: center;
  line-height: 1.6;
}
.red-line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--red);
  flex: none;
}
.hero h1 {
  font-size: clamp(3.6rem,5.8vw,5.5rem);
  margin: 28px 0;
  letter-spacing: -.035em;
  line-height: 1.11;
}
.hero h1>span {
  color: var(--red);
}
.hero-description {
  max-width: 460px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  margin-top: 32px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  transition: background .18s,transform .18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 1.3rem;
  line-height: 1;
}
.button-red {
  background: var(--red);
  color: #111;
}
.button-red:hover {
  background: #ff514a;
}
.button-white {
  background: var(--white);
  color: #111;
  min-width: 266px;
}
.button-white:hover {
  background: #fff;
}
.text-link {
  font-size: .875rem;
  color: #c5c5c5;
  text-underline-offset: 6px;
  text-decoration: underline;
  text-decoration-color: #555;
}
.text-link span {
  margin-left: .3rem;
  color: var(--red);
}
.hero-visual {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: linear-gradient(118deg,#222 0%,#191919 42%,#201616 100%);
  border-top: 2px solid var(--red);
  isolation: isolate;
  overflow: hidden;
}
.hero-visual::after {
  content: '';
  position: absolute;
  right: -15%;
  width: 65%;
  height: 160%;
  top: -20%;
  background: repeating-linear-gradient(90deg,transparent 0px,transparent 38px,#ef393319 38px,#ef393319 39px);
  transform: rotate(22deg);
  z-index: -1;
}
.experience {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-block: 2rem;
}
.experience-number {
  font: 600 clamp(10rem,19vw,17rem)/.95 var(--display);
  letter-spacing: -.05em;
  color: var(--red);
  position: relative;
}
.experience-number>span {
  position: absolute;
  font-size: 3rem;
  top: 0;
  right: -2rem;
}
.experience-label {
  font-size: .875rem;
  line-height: 1.6;
  color: #ccc;
  font-weight: 500;
  margin-top: 4rem;
}
.visual-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid #444;
  padding-top: 22px;
}
.visual-bottom>span:first-child {
  font: 500 1.7rem/1.1 var(--display);
}
.athlete-label {
  font-size: .75rem;
  line-height: 1.8;
  letter-spacing: .07em;
  color: #a6a6a6;
  text-align: right;
}
.hero-footer {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding: 32px 0 25px;
  margin-top: 44px;
  color: #909090;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.hero-footer a {
  color: #ccc;
}
.hero-footer a span {
  margin-left: 1rem;
  color: var(--red);
}
.section {
  padding: 100px 5%;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 2rem;
  margin-bottom: 44px;
}
.section-heading>.eyebrow {
  align-self: start;
  padding-top: 8px;
}
.section-heading>div>p {
  max-width: 520px;
  margin-top: 22px;
}
.muted-heading {
  color: #777;
}
.service-list {
  border-top: 1px solid var(--line);
}
.service {
  display: grid;
  grid-template-columns: 64px 1fr auto 140px;
  align-items: center;
  gap: 26px;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
  padding: 26px 24px 26px 0;
  position: relative;
  transition: background .3s ease,box-shadow .3s ease,border-color .3s ease;
}
.service::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -15px;
  width: 3px;
  background: var(--red);
  box-shadow: 0 0 14px #ef393380;
  opacity: 0;
  transform: scaleY(.6);
  transition: opacity .3s ease,transform .3s ease;
  pointer-events: none;
}
.service h3,.service .price,.service .service-number,.service .service-action>span {
  transition: color .3s ease,text-shadow .3s ease;
}
.service:is(:hover,:focus-within) {
  background: #2b1717;
  box-shadow: inset 0 0 60px #ef393318,0 0 26px #ef393312;
  border-bottom-color: #ef393380;
}
.service:is(:hover,:focus-within)::before {
  opacity: 1;
  transform: scaleY(1);
}
.service:is(:hover,:focus-within) h3,.service:is(:hover,:focus-within) .price,.service:is(:hover,:focus-within) .service-number,.service:is(:hover,:focus-within) .service-action>span {
  color: #ff746e;
  text-shadow: 0 0 20px #ef39333d;
}
.service-number {
  font-family: var(--display);
  color: #777;
  font-size: 1.1rem;
}
.service h3 {
  font-size: 1.45rem;
  line-height: 1.4;
  font-weight: 500;
}
.service-info>p {
  font-size: .875rem;
  margin-top: 7px;
}
.price {
  font: 500 2rem/1.2 var(--display);
  white-space: nowrap;
  letter-spacing: -.02em;
}
.price>span {
  font-family: var(--body);
  font-weight: 400;
  font-size: 1.3rem;
  color: #a2a2a2;
}
.service-action {
  justify-self: end;
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--red);
  font-size: 1.5rem;
  padding: 10px 0 10px 12px;
}
.service-action>span {
  font-size: .875rem;
  color: #bcbcbc;
}
.service-action:hover>span {
  color: white;
}
.service-info>.service-tag {
  font-size: .75rem;
  letter-spacing: .12em;
  color: var(--gray);
  margin: 0 0 7px;
}
.service-note {
  font-size: .875rem;
  margin-top: 22px;
}
.approach {
  padding-top: 25px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}
.steps article {
  border-top: 1px solid #444;
  padding-top: 28px;
}
.steps article>span {
  font: 500 3.6rem/1 var(--display);
  color: var(--red);
}
.steps h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 27px 0 12px;
  line-height: 1.5;
}
.steps p {
  font-size: .925rem;
  max-width: 325px;
}
.free-session {
  max-width: 1296px;
  margin: 0 auto;
  background: var(--red);
  padding: 45px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  color: #111;
}
.free-session .eyebrow {
  color: #3b1713;
}
.free-session h2 {
  font-size: clamp(2.3rem,3.7vw,3.5rem);
  margin: 16px 0;
}
.free-session p {
  color: #381612;
  max-width: 535px;
}
.career-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  margin: 10px 0 45px;
}
.career-intro .coach-intro {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.55;
}
.career-intro>p:last-child {
  font-size: 1rem;
  max-width: 500px;
}
.career-highlights {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.career-highlights article {
  background: var(--bg);
  padding: 30px;
}
.result-year {
  font: .875rem var(--body);
  color: var(--red);
}
.career-highlights h3 {
  font: 500 1.6rem/1.3 var(--display);
  margin: 20px 0 30px;
}
.career-highlights p {
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.result-mark {
  color: var(--red);
  font: 500 1.15rem var(--display);
  border: 1px solid #61312e;
  width: 28px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.achievement-details {
  border-bottom: 1px solid var(--line);
  margin-top: 14px;
}
.achievement-details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  gap: 2rem;
  font-size: .9rem;
}
.achievement-details summary::-webkit-details-marker {
  display: none;
}
.details-icon {
  color: var(--red);
  font-size: 1.75rem;
  font-weight: 400;
  transition: transform .2s;
}
.achievement-details[open] .details-icon {
  transform: rotate(45deg);
}
.achievement-list {
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}
.achievement-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  border-top: 1px solid #292929;
  padding: 20px 0;
  font-size: .9rem;
  line-height: 2;
}
.achievement-list time {
  color: var(--red);
  font-family: var(--display);
  font-size: 1.2rem;
}
.start {
  border-top: 1px solid var(--line);
  padding-top: 65px;
  padding-bottom: 75px;
}
.start>.eyebrow {
  margin-bottom: 35px;
}
.start-layout {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}
.start h2 {
  font-size: clamp(2.6rem,4.7vw,4.5rem);
}
.start h2 span {
  color: var(--red);
}
.start p {
  margin-top: 25px;
}
.start-action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 280px;
}
.start-action .button {
  width: 100%;
}
.contact-caption {
  font-size: .75rem;
  letter-spacing: .08em;
  color: #777;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 35px 5%;
  border-top: 1px solid var(--line);
  font-size: .75rem;
  color: #888;
}
.site-footer .brand {
  color: var(--white);
}
.site-footer>.brand+span {
  font-size: .75rem;
}
.site-footer>a:last-of-type {
  color: #bbb;
}
.copyright {
  white-space: nowrap;
}
@media(min-width:1600px) {
  .hero {
    padding-top: 65px;
  }
  .hero h1 {
    font-size: 5.8rem;
  }
  .hero-visual {
    min-height: 500px;
  }
}
@media(max-width:1100px) {
  .hero {
    column-gap: 3%;
    padding-top: 25px;
  }
  .hero h1 {
    font-size: 5.7vw;
  }
  .hero-visual {
    min-height: 430px;
    padding: 24px;
  }
  .experience {
    gap: .5rem;
  }
  .experience-number {
    font-size: 20vw;
  }
  .experience-label {
    font-size: .75rem;
  }
  .hero-actions {
    gap: 1rem;
  }
  .hero-description {
    font-size: .95rem;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading {
    grid-template-columns: 1fr 2.5fr;
  }
  .service {
    grid-template-columns: 40px 1fr auto 40px;
    gap: 20px;
  }
  .service-action>span {
    display: none;
  }
  .free-session {
    margin-inline: 5%;
    padding: 36px;
  }
  .free-session .button {
    min-width: 245px;
  }
  .site-footer>span:nth-child(2) {
    display: none;
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top: 1rem;
  }
  .site-header {
    height: 88px;
    padding-inline: 6%;
    gap: 1rem;
  }
  .brand-mark {
    font-size: 2rem;
  }
  .brand-name {
    font-size: .75rem;
    gap: .7rem;
    padding-left: .7rem;
  }
  .brand {
    gap: .7rem;
  }
  nav {
    display: none;
  }
  .header-cta {
    font-size: .75rem;
  }
  .header-cta span {
    margin-left: .4rem;
  }
  .hero {
    padding: 28px 6% 0;
    grid-template-columns: 1fr;
  }
  .eyebrow {
    font-size: .75rem;
    letter-spacing: .07em;
  }
  .hero h1 {
    font-size: clamp(2.7rem,11vw,5rem);
    margin: 26px 0;
    line-height: 1.12;
  }
  .hero-description {
    max-width: 500px;
    font-size: 1rem;
  }
  .hero-actions {
    gap: 1.25rem;
    margin-top: 28px;
  }
  .button {
    min-height: 56px;
    font-size: .875rem;
  }
  .text-link {
    font-size: .875rem;
  }
  .hero-visual {
    margin-top: 40px;
    min-height: 330px;
    padding: 24px;
  }
  .experience-number {
    font-size: 10rem;
  }
  .experience-label {
    font-size: .875rem;
    margin-left: 1.25rem;
    margin-top: 2rem;
  }
  .experience {
    margin-block: 24px;
    justify-content: center;
    gap: 1.5rem;
  }
  .experience-number>span {
    font-size: 2.2rem;
  }
  .visual-bottom>span:first-child {
    font-size: 1.35rem;
  }
  .athlete-label {
    font-size: .75rem;
  }
  .hero-footer {
    margin-top: 10px;
    padding-block: 25px;
    font-size: .75rem;
  }
  .hero-footer>span:nth-child(2) {
    display: none;
  }
  .hero-footer a span {
    margin-left: .4rem;
  }
  .section {
    padding: 64px 6%;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  h2 {
    font-size: clamp(2.3rem,8.7vw,3.8rem);
  }
  .section-heading>.eyebrow {
    padding-top: 0;
  }
  .section-heading>div>p {
    font-size: .95rem;
    margin-top: 20px;
  }
  .service {
    grid-template-columns: 24px 1fr 30px;
    gap: 8px 14px;
    padding: 24px 0;
    min-height: 145px;
  }
  .service-number {
    font-size: .875rem;
    align-self: start;
    padding-top: 4px;
  }
  .service-info {
    grid-column: 2;
    grid-row: 1;
  }
  .service h3 {
    font-size: 1.13rem;
  }
  .service-info>p {
    font-size: .875rem;
    margin-top: 6px;
  }
  .price {
    grid-column: 2;
    grid-row: 2;
    font-size: 1.75rem;
    margin-top: 4px;
  }
  .price>span {
    font-size: 1rem;
  }
  .service-action {
    grid-column: 3;
    grid-row: 1/3;
    align-self: center;
    padding: 12px 3px;
  }
  .service::before {
    left: -10px;
  }
  .service-info>.service-tag {
    font-size: .75rem;
  }
  .service-note {
    font-size: .75rem;
  }
  .approach {
    padding-top: 10px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steps article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px 20px;
    padding-top: 25px;
  }
  .steps article>span {
    grid-row: 1/3;
    font-size: 2.6rem;
  }
  .steps h3 {
    margin: 0;
    font-size: 1.05rem;
  }
  .steps p {
    grid-column: 2;
    max-width: none;
    font-size: .9rem;
  }
  .free-session {
    margin-inline: 6%;
    padding: 30px 24px;
    flex-direction: column;
    align-items: start;
    gap: 25px;
  }
  .free-session h2 {
    font-size: clamp(1.9rem,7.4vw,3.4rem);
  }
  .free-session p {
    font-size: .9rem;
  }
  .free-session .button {
    width: 100%;
    min-width: 0;
  }
  .career-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .career-intro .coach-intro {
    font-size: 1.15rem;
  }
  .career-intro>p:last-child {
    font-size: .925rem;
  }
  .career-highlights {
    grid-template-columns: 1fr;
  }
  .career-highlights article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 10px 16px;
    padding: 25px 22px;
  }
  .result-year {
    padding-top: 5px;
  }
  .career-highlights h3 {
    margin: 0;
    font-size: 1.4rem;
  }
  .career-highlights p {
    grid-column: 2;
    font-size: .875rem;
  }
  .career-highlights h3 br {
    display: none;
  }
  .achievement-details summary {
    font-size: .875rem;
  }
  .achievement-list li {
    grid-template-columns: 50px 1fr;
    gap: 12px;
    font-size: .875rem;
  }
  .achievement-list time {
    font-size: 1.1rem;
  }
  .start-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .start h2 {
    font-size: clamp(2rem,8.3vw,3.8rem);
  }
  .start p {
    font-size: .95rem;
  }
  .start-action {
    min-width: 0;
    max-width: 390px;
  }
  .contact-caption {
    font-size: .75rem;
  }
  .site-footer {
    padding: 28px 6%;
    gap: 25px 15px;
    flex-wrap: wrap;
  }
  .site-footer>a:last-of-type {
    margin-left: auto;
  }
  .site-footer>.copyright {
    width: 100%;
    font-size: .75rem;
  }
}
/* Photographic composition: the coach in the gym, the athlete on stage. */
.hero-copy {
  align-self: center;
  padding-block: 20px;
}
.hero-portrait {
  margin: 0;
  min-height: 620px;
  padding: 28px;
  justify-content: flex-end;
  background: #1a1a1a;
}
.hero-portrait::after {
  inset: 0;
  width: auto;
  height: auto;
  transform: none;
  background: linear-gradient(180deg,rgba(0,0,0,.04) 40%,rgba(0,0,0,.14) 65%,rgba(0,0,0,.92) 100%);
  z-index: 0;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  z-index: -1;
}
.hero-portrait .experience {
  position: absolute;
  top: 22px;
  left: 22px;
  margin: 0;
  padding: 12px 16px;
  background: rgba(17,17,17,.9);
  gap: 12px;
  z-index: 1;
  align-items: center;
}
.hero-portrait .experience-number {
  font-size: 3rem;
  line-height: 1;
}
.hero-portrait .experience-label {
  font-size: .75rem;
  line-height: 1.5;
  margin: 0;
  color: #f4f2ef;
}
.hero-portrait .visual-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ffffff50;
  width: 100%;
  padding-top: 18px;
  align-items: end;
}
.hero-portrait .visual-bottom>span:first-child {
  font-size: 2rem;
}
.hero-portrait .athlete-label {
  color: #d5d5d5;
  letter-spacing: .04em;
  font-size: .75rem;
}
.career-profile {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 6%;
  align-items: start;
  margin-bottom: 28px;
}
.stage-portrait {
  margin: 0;
  min-width: 0;
}
.stage-portrait img {
  display: block;
  width: 100%;
  height: auto;
  background: #191919;
}
.stage-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: .75rem;
  color: #a6a6a6;
  letter-spacing: .04em;
  border-bottom: 1px solid var(--line);
  padding-block: 16px;
}
.career-copy {
  min-width: 0;
  padding-top: 10px;
}
.career-profile .career-intro {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0 0 32px;
}
.career-profile .career-highlights {
  grid-template-columns: 1fr;
  border-inline: 0;
}
.career-profile .career-highlights article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px 20px;
  padding: 22px 0;
}
.career-profile .result-year {
  padding-top: 5px;
}
.career-profile .career-highlights h3 {
  margin: 0;
  font-size: 1.45rem;
}
.career-profile .career-highlights h3 br {
  display: none;
}
.career-profile .career-highlights p {
  grid-column: 2;
  font-size: .875rem;
}
@media(min-width:1600px) {
  .hero-portrait {
    min-height: 660px;
  }
}
@media(min-width:761px) and (max-width:1100px) {
  .hero-portrait .experience {
    top: auto;
    bottom: 148px;
  }
  .hero-portrait {
    min-height: 550px;
    padding: 22px;
  }
  .hero-portrait .visual-bottom {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .hero-portrait .athlete-label {
    text-align: left;
  }
  .career-profile {
    gap: 4%;
    grid-template-columns: 1fr 1fr;
  }
  .career-profile .coach-intro {
    font-size: 1.2rem;
  }
  .career-profile .career-intro>p:last-child {
    font-size: 1rem;
  }
  .career-profile .career-highlights article {
    padding-block: 18px;
  }
  .stage-portrait figcaption {
    flex-direction: column;
    gap: 4px;
  }
}
@media(max-width:760px) {
  .hero-copy {
    padding: 0;
  }
  .hero-portrait {
    margin-top: 36px;
    min-height: 0;
    aspect-ratio: 4/5;
    padding: 22px;
  }
  .hero-photo {
    object-position: 50% 25%;
  }
  .hero-portrait .experience {
    top: auto;
    bottom: 110px;
    left: 18px;
    padding: 10px 12px;
    gap: 10px;
  }
  .hero-portrait .experience-number {
    font-size: 2.5rem;
  }
  .hero-portrait .experience-label {
    font-size: .75rem;
  }
  .hero-portrait .visual-bottom>span:first-child {
    font-size: 1.6rem;
  }
  .hero-portrait .athlete-label {
    font-size: .75rem;
    max-width: 145px;
  }
  .career-profile {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .stage-portrait {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  .stage-portrait figcaption {
    font-size: .75rem;
    flex-wrap: wrap;
  }
  .career-copy {
    padding-top: 0;
  }
  .career-profile .career-intro {
    gap: 20px;
    margin-bottom: 28px;
  }
  .career-profile .career-highlights article {
    padding: 22px 0;
  }
  .career-profile .career-intro>p:last-child {
    font-size: 1rem;
  }
}
@media(max-width:380px) {
  .hero-portrait {
    padding: 16px;
    aspect-ratio: 3/4;
  }
  .hero-portrait .visual-bottom {
    gap: 8px;
    flex-wrap: wrap;
  }
  .hero-portrait .visual-bottom>span:first-child {
    font-size: 1.4rem;
  }
  .hero-portrait .athlete-label {
    font-size: .75rem;
    max-width: 130px;
  }
  .hero-portrait .experience {
    left: 14px;
    top: auto;
    bottom: 108px;
  }
  .stage-portrait figcaption {
    flex-direction: column;
    gap: 4px;
  }
}
/* Upper half of the back pose, blended behind the main title. */
.hero-heading {
  position: relative;
  isolation: isolate;
  margin-block: 28px;
}
.hero .hero-heading h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  text-shadow: 0 2px 22px #1118;
}
.hero-title-photo {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
  width: 106%;
  aspect-ratio: 1706/1280;
  overflow: hidden;
  opacity: .30;
  filter: grayscale(1);
  -webkit-mask-image: radial-gradient(ellipse 66% 65% at 50% 50%,#000 20%,#000b 53%,transparent 78%);
  mask-image: radial-gradient(ellipse 66% 65% at 50% 50%,#000 20%,#000b 53%,transparent 78%);
}
.hero-title-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.hero-copy>.eyebrow,.hero-description,.hero-actions {
  position: relative;
  z-index: 1;
}
@media(max-width:760px) {
  .hero-heading {
    margin-block: 26px;
  }
  .hero-title-photo {
    opacity: .26;
    width: 100%;
    left: 0;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    transition: none!important;
    animation: none!important;
  }
}
