@font-face {
  font-family: "GB Display";
  src: url("/ru-v1-studio-v1/assets/lebowski-regular.woff2") format("woff2");
  font-display: swap;
}

:root {
  --studio-ink: #0a0a0b;
  --studio-paper: #efeee8;
  --studio-paper-deep: #dfddd4;
  --studio-blue: #2b70e8;
  --studio-orange: #ff5b2c;
  --studio-acid: #d7ff58;
  --studio-line: rgba(10, 10, 11, 0.22);
  --studio-display: "GB Display", "Arial Narrow", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.studio-page,
body.studio-profile {
  margin: 0;
  color: var(--studio-ink);
  background: var(--studio-paper);
}

.studio-page *,
.studio-profile * {
  box-sizing: border-box;
}

.studio-page .site-header,
.studio-profile .site-header {
  background: rgba(16, 16, 17, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.studio-page .site-header .brand img,
.studio-profile .site-header .brand img,
.studio-page .site-footer img,
.studio-profile .site-footer img {
  display: block;
  width: auto;
  height: 34px;
}

.studio-page .desktop-nav a.is-current,
.studio-profile .desktop-nav a.is-current {
  color: #fff;
}

.studio-page .desktop-nav a.is-current::after,
.studio-profile .desktop-nav a.is-current::after {
  transform: scaleX(1);
}

.studio-kicker,
.profile-kicker,
.studio-label,
.team-card__number,
.profile-breadcrumb,
.profile-meta,
.profile-card-label,
.project-credit,
.studio-footer-line {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}

.studio-display,
.studio-hero h1,
.studio-heading h2,
.studio-founder h2,
.team-card h3,
.responsibility-card strong,
.profile-hero h1,
.profile-title,
.project-card h3,
.insight-card h3,
.profile-contact h2 {
  font-family: var(--studio-display);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.studio-hero {
  min-height: 100svh;
  padding: 126px 0 42px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 38%, rgba(43, 112, 232, 0.22), transparent 32%),
    radial-gradient(circle at 16% 82%, rgba(255, 91, 44, 0.12), transparent 28%),
    #09090a;
  overflow: hidden;
}

.studio-hero__inner,
.studio-section__inner,
.profile-section__inner,
.profile-hero__inner {
  width: min(100% - 56px, 1500px);
  margin-inline: auto;
}

.studio-hero__inner {
  width: min(1540px, calc(100% - 80px));
}

.studio-hero__topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.55);
}

.studio-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.44fr);
  align-items: end;
  gap: 56px;
  min-height: calc(100svh - 250px);
  padding: 54px 0 42px;
}

.studio-hero h1 {
  align-self: start;
  max-width: 1040px;
  margin: 0;
  font-size: clamp(76px, 7.2vw, 148px);
  line-height: 0.875;
  letter-spacing: -0.048em;
}

.studio-hero h1 span {
  display: block;
}

.studio-hero h1 em {
  color: #111517;
  font-style: normal;
}

.studio-hero h1 .studio-inline {
  position: relative;
  display: inline-flex;
  flex: none;
  vertical-align: 0.02em;
  user-select: none;
}

.studio-inline--portraits {
  width: 1.48em;
  height: 0.58em;
  margin-left: 0.08em;
  vertical-align: -0.06em;
}

.studio-title-avatar {
  position: absolute;
  top: 0;
  display: block;
  width: 0.56em;
  height: 0.56em;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0.1em;
  background: #17191d;
  box-shadow: 0 0.06em 0.18em rgba(0, 0, 0, 0.34);
  transform-origin: 50% 100%;
  transition: left 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.studio-title-avatar img {
  display: block;
  width: 100%;
  height: min(100%, 100vw);
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.88;
  transition: filter 220ms ease, opacity 220ms ease, transform 280ms ease;
}

.studio-title-avatar:nth-child(1) { left: 0; z-index: 1; transform: rotate(-7deg); }
.studio-title-avatar:nth-child(2) { left: 0.18em; z-index: 2; transform: rotate(5deg); }
.studio-title-avatar:nth-child(3) { left: 0.36em; z-index: 3; transform: rotate(-4deg); }
.studio-title-avatar:nth-child(4) { left: 0.54em; z-index: 4; transform: rotate(6deg); }
.studio-title-avatar:nth-child(5) { left: 0.72em; z-index: 5; transform: rotate(-3deg); }

.studio-inline--portraits:hover .studio-title-avatar:nth-child(1) { left: 0; transform: translateY(-0.05em) rotate(-4deg); }
.studio-inline--portraits:hover .studio-title-avatar:nth-child(2) { left: 0.22em; transform: translateY(-0.08em) rotate(2deg); }
.studio-inline--portraits:hover .studio-title-avatar:nth-child(3) { left: 0.44em; transform: translateY(-0.1em) rotate(0); }
.studio-inline--portraits:hover .studio-title-avatar:nth-child(4) { left: 0.66em; transform: translateY(-0.08em) rotate(-2deg); }
.studio-inline--portraits:hover .studio-title-avatar:nth-child(5) { left: 0.88em; transform: translateY(-0.05em) rotate(4deg); }

.studio-inline--portraits:hover .studio-title-avatar {
  border-color: rgba(255, 255, 255, 0.9);
}

.studio-inline--portraits:hover img {
  filter: grayscale(0) contrast(1.04);
  opacity: 1;
  transform: scale(1.05);
}

.studio-inline--talk {
  width: 1.22em;
  height: 0.54em;
  margin-left: 0.09em;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0.3em;
  background: linear-gradient(110deg, #ff5b2c 0 48%, #286fe8 52% 100%);
  box-shadow: inset 0 0.03em 0.08em rgba(255, 255, 255, 0.42), 0 0.06em 0.2em rgba(22, 95, 221, 0.22);
  vertical-align: -0.06em;
}

.studio-inline--talk::before {
  position: absolute;
  z-index: 2;
  top: 0.045em;
  left: 0.05em;
  width: 0.44em;
  height: 0.44em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0.025em 0.1em rgba(0, 0, 0, 0.38);
  content: "";
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-talk-label {
  position: absolute;
  right: 0.12em;
  bottom: 0.11em;
  display: block;
  color: #fff;
  font: 700 0.09em/1 sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 260ms ease, opacity 180ms ease;
}

.studio-inline--talk:hover::before {
  transform: translateX(0.68em);
}

.studio-inline--talk:hover .studio-talk-label {
  opacity: 0.92;
  transform: translateX(-0.54em);
}

.studio-inline--continuity {
  width: 0.68em;
  height: 0.58em;
  margin-left: 0.08em;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 0.12em;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(36, 111, 232, 0.36) 54%, rgba(255, 91, 44, 0.42));
  box-shadow: inset 0 0 0.12em rgba(255, 255, 255, 0.18), 0 0.05em 0.16em rgba(0, 0, 0, 0.28);
  vertical-align: -0.08em;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 260ms ease;
}

.studio-continuity-mark {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-family: var(--studio-text);
  font-size: 0.46em;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 0.12em rgba(255, 255, 255, 0.56);
  transition: color 220ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-inline--continuity:hover {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0.15em rgba(255, 255, 255, 0.26), 0 0 0.22em rgba(43, 112, 232, 0.42), 0 0 0.34em rgba(255, 91, 44, 0.2);
  transform: translateY(-0.03em);
}

.studio-inline--continuity:hover .studio-continuity-mark {
  color: #ffb39d;
  transform: rotate(180deg) scale(1.08);
}

.studio-hero__copy {
  align-self: end;
  padding-bottom: 14px;
}

.studio-hero__copy p {
  max-width: 610px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.45;
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.studio-text-link,
.profile-text-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: inherit;
  text-underline-offset: 0.28em;
}

.studio-hero__portraits {
  position: relative;
  width: 100vw;
  height: clamp(650px, 50vw, 920px);
  margin-top: clamp(32px, 3.5vw, 68px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(10, 12, 13, 0.32);
  background:
    radial-gradient(circle at 50% 44%, rgba(245, 249, 247, 0.92) 0, rgba(219, 225, 222, 0.54) 28%, transparent 56%),
    linear-gradient(120deg, #bfc6c3 0%, #9da7a5 46%, #cbd0cc 100%);
}

.studio-hero__portraits::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(12, 15, 16, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 15, 16, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, transparent 42%, rgba(7, 9, 10, 0.17) 100%);
  background-size: 88px 88px, 88px 88px, 100% 100%;
  content: "";
  pointer-events: none;
}

.studio-hero__portraits-head {
  position: absolute;
  z-index: 40;
  top: 34px;
  right: max(28px, calc((100vw - 1500px) / 2));
  left: max(28px, calc((100vw - 1500px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(10, 12, 13, 0.38);
  color: rgba(10, 12, 13, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-person {
  position: relative;
  position: absolute;
  bottom: 0;
  display: block;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  transform-origin: 50% 100%;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1), filter 480ms ease;
}

.hero-person::before {
  position: absolute;
  z-index: -1;
  inset: 5% -24% -4%;
  border-radius: 50%;
  background: radial-gradient(ellipse at var(--light-x) var(--light-y), rgba(247, 251, 249, 0.86) 0%, rgba(216, 226, 222, 0.35) 28%, transparent 67%);
  content: "";
  opacity: 0.08;
  transform: scale(0.72);
  transition: opacity 520ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.hero-person__portrait {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-person__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  pointer-events: none;
  transform: translate3d(var(--pose-x, 0), 0, 0) scale(var(--pose-scale, 1));
  transform-origin: 50% 100%;
  transition: opacity 520ms ease, filter 520ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-person__image--shadow {
  z-index: 1;
  opacity: 0.96;
  filter: grayscale(1) brightness(0.12) contrast(1.6) saturate(0);
}

.hero-person__image--light {
  z-index: 2;
  opacity: 0.13;
  filter: grayscale(1) brightness(0.82) contrast(1.32);
  -webkit-mask-image: radial-gradient(ellipse 48% 38% at var(--light-x) var(--light-y), #000 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.55) 42%, transparent 74%);
  mask-image: radial-gradient(ellipse 48% 38% at var(--light-x) var(--light-y), #000 0%, rgba(0, 0, 0, 0.98) 18%, rgba(0, 0, 0, 0.55) 42%, transparent 74%);
}

.hero-person__caption {
  position: absolute;
  z-index: 5;
  right: 7%;
  bottom: 20px;
  left: 7%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: end;
  padding: 12px 14px 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(10, 12, 13, 0.58);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  opacity: 0.78;
  transition: opacity 360ms ease, background 360ms ease, transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-person__number {
  grid-row: 1 / span 2;
  align-self: stretch;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  color: #ff5b2c;
}

.hero-person__name {
  overflow: hidden;
  font-size: 0.74rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-person__role {
  color: rgba(255, 255, 255, 0.62);
}

.hero-person--alexander { z-index: 5; left: -2%; width: 25%; height: 80%; --pose-scale: 1.08; --light-x: 52%; --light-y: 31%; }
.hero-person--evgeny { z-index: 6; left: 15%; width: 25%; height: 86%; --pose-scale: 1.04; --light-x: 49%; --light-y: 30%; }
.hero-person--sergey { z-index: 8; left: 35%; width: 25%; height: 94%; --pose-scale: 1.03; --light-x: 50%; --light-y: 27%; }
.hero-person--svetlana { z-index: 7; left: 54%; width: 27%; height: 97%; --pose-scale: 1.04; --light-x: 53%; --light-y: 29%; }
.hero-person--anastasia { z-index: 6; left: 74%; width: 27%; height: 93%; --pose-scale: 1.04; --light-x: 48%; --light-y: 27%; }

.hero-person:hover,
.hero-person:focus-visible {
  z-index: 30;
  outline: none;
  transform: translateY(-12px) scale(1.025);
}

.hero-person:hover::before,
.hero-person:focus-visible::before {
  opacity: 0.9;
  transform: scale(1.08);
}

.hero-person:hover .hero-person__image--shadow,
.hero-person:focus-visible .hero-person__image--shadow {
  filter: grayscale(1) brightness(0.1) contrast(1.65) saturate(0);
}

.hero-person:hover .hero-person__image--light,
.hero-person:focus-visible .hero-person__image--light {
  opacity: 1;
  filter: grayscale(1) brightness(1.03) contrast(1.2);
  transform: translate3d(var(--pose-x, 0), 0, 0) scale(calc(var(--pose-scale, 1) * 1.018));
}

.hero-person:hover .hero-person__caption,
.hero-person:focus-visible .hero-person__caption {
  background: rgba(10, 12, 13, 0.78);
  opacity: 1;
  transform: translateY(-6px);
}

.studio-hero__foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.56);
}

.studio-section {
  padding: clamp(90px, 10vw, 170px) 0;
}

.studio-section--ink {
  color: #fff;
  background: var(--studio-ink);
}

.studio-section--blue {
  color: #fff;
  background: var(--studio-blue);
}

.studio-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 38px;
  margin-bottom: clamp(55px, 8vw, 110px);
}

.studio-heading h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(3.7rem, 7.1vw, 8.6rem);
  line-height: 0.88;
}

.studio-heading p {
  max-width: 700px;
  margin: 28px 0 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.studio-principle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.studio-principle article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.studio-principle span {
  display: block;
  margin-bottom: 88px;
  font-size: 0.76rem;
}

.studio-principle h3 {
  margin: 0 0 18px;
  font-family: var(--studio-display);
  font-size: clamp(2.1rem, 3vw, 3.8rem);
  font-weight: 400;
  line-height: 0.98;
}

.studio-principle p {
  max-width: 450px;
  margin: 0;
  line-height: 1.48;
}

.founders-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  border-left: 1px solid rgba(255, 255, 255, 0.26);
}

.studio-founder {
  display: grid;
  grid-template-rows: minmax(420px, 58vw) auto;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  text-decoration: none;
}

.studio-founder__visual {
  position: relative;
  overflow: hidden;
  background: #151516;
}

.studio-founder__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: transform 0.7s ease, filter 0.45s ease;
}

.studio-founder:hover img {
  transform: scale(1.025);
  filter: grayscale(0);
}

.studio-founder__copy {
  padding: 26px;
}

.studio-founder h2 {
  margin: 10px 0 18px;
  font-size: clamp(4rem, 6.2vw, 7.5rem);
  line-height: 0.82;
}

.studio-founder p {
  max-width: 570px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.team-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(340px, 35vw) auto;
  grid-column: span 4;
  min-width: 0;
  color: var(--studio-ink);
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  text-decoration: none;
  overflow: hidden;
}

.team-card--wide {
  grid-column: span 6;
}

.team-card__visual {
  position: relative;
  overflow: hidden;
  background: #d9d8d2;
}

.team-card__visual::after {
  content: "Открыть профиль ↗";
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  color: #fff;
  background: var(--studio-blue);
  border-radius: 999px;
  font-size: 0.72rem;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.team-card:hover .team-card__visual::after {
  transform: translateY(0);
  opacity: 1;
}

.team-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.86);
  transition: transform 0.65s ease, filter 0.4s ease;
}

.team-card:hover .team-card__visual img {
  transform: scale(1.025);
  filter: grayscale(0);
}

.team-card--anastasia .team-card__visual { background: #dbe9f6; }
.team-card--svetlana .team-card__visual { background: #ebe1dc; }
.team-card--sergey .team-card__visual { background: #e6e3d9; }

.team-card__copy {
  min-height: 250px;
  padding: 24px;
}

.team-card__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.team-card h3 {
  margin: 12px 0 20px;
  font-size: clamp(3rem, 4.2vw, 5.2rem);
  line-height: 0.86;
}

.team-card p {
  max-width: 480px;
  margin: 0 0 22px;
  line-height: 1.48;
}

.team-card__role {
  color: rgba(10, 10, 11, 0.55);
}

.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.responsibility-card {
  min-height: 360px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.responsibility-card span {
  display: block;
  min-height: 145px;
  color: rgba(255, 255, 255, 0.58);
}

.responsibility-card strong {
  display: block;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 3vw, 3.7rem);
  line-height: 0.9;
}

.responsibility-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.studio-model-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.studio-model-note strong {
  font-family: var(--studio-display);
  font-size: clamp(2.8rem, 4.3vw, 5.2rem);
  font-weight: 400;
  line-height: 0.94;
}

.studio-model-note p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  line-height: 1.55;
}

.studio-project-lines {
  border-top: 1px solid var(--studio-line);
}

.studio-project-line {
  display: grid;
  grid-template-columns: 80px minmax(220px, 0.65fr) 1fr;
  gap: 24px;
  align-items: baseline;
  padding: 25px 0;
  color: inherit;
  border-bottom: 1px solid var(--studio-line);
  text-decoration: none;
  transition: padding-left 0.25s ease, color 0.25s ease;
}

.studio-project-line:hover {
  padding-left: 14px;
  color: var(--studio-blue);
}

.studio-project-line strong {
  font-family: var(--studio-display);
  font-size: clamp(2.5rem, 4vw, 4.8rem);
  font-weight: 400;
}

.studio-project-line p {
  margin: 0;
  line-height: 1.45;
}

.studio-contact,
.profile-contact {
  padding: clamp(90px, 10vw, 150px) 0 36px;
  color: #fff;
  background: #080809;
}

.studio-contact__grid,
.profile-contact__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  padding-bottom: 80px;
}

.studio-contact h2,
.profile-contact h2 {
  max-width: 980px;
  margin: 14px 0 30px;
  font-size: clamp(4rem, 7.4vw, 8.5rem);
  line-height: 0.84;
}

.studio-contact__side,
.profile-contact__side {
  align-self: end;
}

.studio-contact__side p,
.profile-contact__side p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.52;
}

.studio-page .site-footer,
.studio-profile .site-footer {
  border-top-color: rgba(255, 255, 255, 0.22);
}

/* Profile pages */

.studio-profile {
  --profile-accent: var(--studio-orange);
}

.profile--evgeny { --profile-accent: #2e73e7; }
.profile--sergey { --profile-accent: #c9ff51; }
.profile--svetlana { --profile-accent: #ff7758; }
.profile--anastasia { --profile-accent: #8ebeff; }

.profile-hero {
  min-height: 100svh;
  padding: 118px 0 40px;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, color-mix(in srgb, var(--profile-accent) 26%, transparent), transparent 34%),
    #09090a;
}

.profile-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.5);
}

.profile-breadcrumb a {
  color: inherit;
}

/* Two-level profile pages are already covered by the primary Studio navigation. */
.studio-profile .profile-breadcrumb {
  display: none;
}

.profile-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr);
  gap: clamp(38px, 6vw, 110px);
  align-items: end;
}

.profile-hero h1 {
  margin: 0;
  font-size: clamp(5.8rem, 10vw, 12rem);
  line-height: 0.78;
}

.profile-hero h1 span {
  display: block;
  color: var(--profile-accent);
}

.profile-hero__role {
  max-width: 720px;
  margin: 30px 0 18px;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.2;
}

.profile-hero__lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.55;
}

.profile-portrait {
  position: relative;
  height: min(71svh, 810px);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #1b1b1d;
}

.profile-portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
  pointer-events: none;
}

.profile-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile--anastasia .profile-portrait--interactive {
  overflow: visible;
  border: 0;
  background: transparent;
}

.profile--anastasia .profile-portrait--interactive::after {
  display: none;
}

.profile--anastasia .profile-portrait--interactive .profile-portrait__image {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  transition: opacity 420ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.profile--anastasia .profile-portrait--interactive .profile-portrait__image--dark {
  opacity: 1;
}

.profile--anastasia .profile-portrait--interactive .profile-portrait__image--light {
  opacity: 0;
}

.profile--anastasia .profile-portrait--interactive:hover .profile-portrait__image,
.profile--anastasia .profile-portrait--interactive:focus-within .profile-portrait__image {
  transform: translateX(-50%);
}

.profile--anastasia .profile-portrait--interactive:hover .profile-portrait__image--dark,
.profile--anastasia .profile-portrait--interactive:focus-within .profile-portrait__image--dark {
  opacity: 0;
}

.profile--anastasia .profile-portrait--interactive:hover .profile-portrait__image--light,
.profile--anastasia .profile-portrait--interactive:focus-within .profile-portrait__image--light {
  opacity: 1;
}

.profile--anastasia .profile-portrait--interactive .profile-portrait__caption {
  z-index: 3;
}

.profile-portrait__caption {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.72rem;
}

.profile-hero__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.54);
}

/* Minimal editorial profile heroes */

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero {
  height: calc(100svh - var(--header-h));
  min-height: 0;
  padding: 0 !important;
  overflow: hidden;
  color: var(--studio-ink);
  background: #e8e9e6;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__inner {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  margin-bottom: 0;
  padding-top: 54px;
  color: rgba(10, 10, 11, 0.48);
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__grid {
  position: absolute;
  inset: 0;
  display: block;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__identity {
  position: absolute;
  z-index: 2;
  bottom: 68px;
  left: 0;
  width: 56%;
  padding: 0;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero h1 {
  max-width: 960px;
  margin: 0;
  color: var(--studio-ink);
  font-size: clamp(5.8rem, 8.2vw, 10rem);
  line-height: 0.78;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero h1 span {
  display: block;
  color: inherit;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__role {
  max-width: 760px;
  margin: 22px 0 14px;
  font-size: clamp(1.25rem, 1.65vw, 1.85rem);
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__lead {
  max-width: 680px;
  color: rgba(10, 10, 11, 0.7);
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-text-link {
  color: var(--studio-ink);
  border-bottom-color: rgba(10, 10, 11, 0.42);
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: calc(100% - 72px);
  min-height: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion::after {
  display: none;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion img {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: auto;
  max-width: none;
  height: 106%;
  object-fit: contain;
  object-position: 50% 100%;
  transform: translateX(50%);
  filter: grayscale(1) contrast(1.03);
}

.profile--alexander .profile-portrait--fashion img {
  right: 42%;
  height: 108%;
}

.profile--svetlana .profile-portrait--fashion img {
  right: auto;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: none;
  object-fit: contain;
}

.profile--anastasia .profile-portrait--fashion img {
  right: 44%;
  height: 104%;
}

:is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__footer {
  display: none;
}

/* Editorial hierarchy for full-width profile heroes: status, name and role
   occupy distinct vertical levels instead of reading as one bottom stack. */
@media (min-width: 1051px) {
  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__identity {
    top: 0;
    bottom: 0;
    height: auto;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__identity > .profile-kicker {
    position: absolute;
    top: 6.31917%;
    left: 0;
    width: 100%;
    margin: 0;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero h1 {
    position: absolute;
    top: 43.68255%;
    left: 0;
    width: 100%;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__role {
    position: absolute;
    top: 69.93396%;
    left: 0;
    width: 100%;
    margin: 0;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__lead {
    position: absolute;
    bottom: 11.4241%;
    left: 0;
    width: 100%;
    margin: 0;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__identity > .studio-actions {
    position: absolute;
    bottom: 5.32081%;
    left: 0;
    width: 100%;
  }

  /* Alexander's fashion portrait has its own lower, editorial crop. Keep the
     composition figure-owned so the transparent cutout scales without being
     stretched and the mobile flow below remains untouched. */
  .profile--alexander .profile-portrait--fashion {
    height: 75.58685%;
  }

  .profile--alexander .profile-portrait--fashion > img {
    top: -7.99555%;
    right: auto;
    bottom: auto;
    left: -3.8554%;
    width: auto;
    height: 110.10455%;
    transform: none;
  }

  .profile--anastasia .profile-portrait--fashion {
    height: 75.58685%;
  }

  .profile--anastasia .profile-portrait--fashion > img {
    top: -25%;
    right: auto;
    bottom: auto;
    left: -7.80635%;
    width: auto;
    height: 145%;
    transform: none;
  }
}

.profile-section {
  padding: clamp(85px, 9vw, 150px) 0;
}

.profile-section--ink {
  color: #fff;
  background: var(--studio-ink);
}

.profile-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: 45px;
}

.profile-title {
  max-width: 1050px;
  margin: 0 0 35px;
  font-size: clamp(4.3rem, 7.4vw, 9rem);
  line-height: 0.86;
}

@media (min-width: 1051px) {
  .profile--svetlana .profile-title {
    max-width: 865.188px;
    margin-bottom: 35px;
  }
}

.profile-copy {
  max-width: 820px;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.58;
}

.profile-copy p {
  margin: 0 0 1.2em;
}

.profile-quote {
  margin: 55px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--studio-line);
  font-family: var(--studio-display);
  font-size: clamp(2.8rem, 4.6vw, 5.8rem);
  line-height: 0.95;
}

.profile-scope {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.profile-scope article {
  min-height: 270px;
  padding: 24px;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.profile-scope h3 {
  margin: 70px 0 15px;
  font-family: var(--studio-display);
  font-size: clamp(2.3rem, 3.3vw, 4rem);
  font-weight: 400;
  line-height: 0.96;
}

.profile-scope p {
  margin: 0;
  line-height: 1.5;
}

.profile-section--ink .profile-scope {
  border-color: rgba(255, 255, 255, 0.28);
}

.profile-section--ink .profile-scope article {
  border-color: rgba(255, 255, 255, 0.28);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.project-card {
  display: grid;
  grid-template-rows: minmax(330px, 34vw) auto;
  grid-column: span 6;
  min-width: 0;
  color: inherit;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  text-decoration: none;
}

.project-card--third {
  grid-column: span 4;
}

.project-card__visual {
  position: relative;
  overflow: hidden;
  background: #d9d8d2;
}

.project-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.project-card:hover .project-card__visual img {
  transform: scale(1.025);
}

.project-card__visual--type {
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: #fff;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--profile-accent) 72%, #111), #111 74%);
}

.project-card__visual--type strong {
  max-width: 90%;
  font-family: var(--studio-display);
  font-size: clamp(4rem, 6vw, 7.5rem);
  font-weight: 400;
  line-height: 0.82;
}

.project-card__copy {
  min-height: 235px;
  padding: 24px;
}

.project-card h3 {
  margin: 10px 0 15px;
  font-size: clamp(3rem, 4.2vw, 5.4rem);
  line-height: 0.86;
}

.project-card p {
  max-width: 650px;
  margin: 0 0 20px;
  line-height: 1.48;
}

.profile-project-stories {
  border-top: 1px solid var(--studio-line);
}

.profile-project-story {
  padding-top: clamp(30px, 3vw, 48px);
}

.profile-project-story + .profile-project-story {
  margin-top: clamp(130px, 13vw, 220px);
  border-top: 1px solid var(--studio-line);
}

.profile-project-story__header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.profile-project-story__meta {
  grid-column: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 10px;
  color: rgba(10, 10, 11, 0.52);
  font-size: 0.72rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-project-story__header h3 {
  grid-column: 4 / span 5;
  margin: 0;
  font-family: var(--studio-display);
  font-size: clamp(5.2rem, 8vw, 10.5rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.055em;
}

.profile-project-story__summary {
  grid-column: 9 / -1;
  padding-top: 8px;
}

.profile-project-story__summary p {
  max-width: 520px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.profile-project-story__open {
  display: inline-flex;
  margin-top: 22px;
}

.profile-project-story__body {
  position: relative;
  min-height: clamp(720px, 67vw, 1120px);
  margin-top: clamp(58px, 6vw, 92px);
}

.profile-project-story__media {
  width: 76%;
  margin: 0 0 0 12%;
}

.profile-project-story--reverse .profile-project-story__media {
  width: 67%;
  margin-left: auto;
}

.profile-project-story--sato .profile-project-story__media {
  width: 82%;
  margin-left: 0;
}

.profile-project-story__media img {
  display: block;
  width: 100%;
  max-height: min(78svh, 900px);
  object-fit: cover;
  background: #d9d8d2;
  transition: transform 0.8s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.profile-project-story:hover .profile-project-story__media img {
  transform: scale(1.012);
}

.profile-project-story__media figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 9px;
  color: rgba(10, 10, 11, 0.5);
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-project-story__facts {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(82%, 1080px);
  color: #111;
  background: #f4f3ef;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.profile-project-story--reverse .profile-project-story__facts {
  right: auto;
  left: 0;
}

.profile-project-story__facts div {
  min-height: 190px;
  padding: 22px;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}

.profile-project-story__facts span {
  display: block;
  margin-bottom: 48px;
  color: rgba(10, 10, 11, 0.48);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-project-story__facts p {
  max-width: 310px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.46;
}

@media (max-width: 980px) {
  .profile-project-story__meta {
    grid-column: 1 / span 3;
  }

  .profile-project-story__header h3,
  .profile-project-story__summary {
    grid-column: 4 / -1;
  }

  .profile-project-story__summary {
    margin-top: 18px;
  }

  .profile-project-story__body {
    min-height: 760px;
  }

  .profile-project-story__media,
  .profile-project-story--reverse .profile-project-story__media,
  .profile-project-story--sato .profile-project-story__media {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-project-story__facts {
    width: 92%;
  }
}

@media (max-width: 760px) {
  .profile-project-story + .profile-project-story {
    margin-top: 104px;
    padding-top: 24px;
  }

  .profile-project-story__header {
    display: block;
  }

  .profile-project-story__meta {
    padding-top: 0;
  }

  .profile-project-story__header h3 {
    margin-top: 26px;
    font-size: clamp(4.7rem, 20vw, 7.4rem);
  }

  .profile-project-story__summary {
    margin-top: 26px;
    padding-top: 0;
  }

  .profile-project-story__body {
    min-height: 0;
    margin-top: 44px;
  }

  .profile-project-story__media,
  .profile-project-story--reverse .profile-project-story__media,
  .profile-project-story--sato .profile-project-story__media {
    width: 100%;
    margin: 0;
  }

  .profile-project-story__media img {
    max-height: none;
  }

  .profile-project-story__media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .profile-project-story__facts,
  .profile-project-story--reverse .profile-project-story__facts {
    position: static;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 38px;
  }

  .profile-project-story__facts div {
    min-height: 0;
  }

  .profile-project-story__facts span {
    margin-bottom: 24px;
  }
}

/* Editorial evidence galleries for the personal project stories. */
.profile-project-story__body {
  min-height: 0;
}

.profile-project-story__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(44px, 4.2vw, 72px);
  gap: clamp(10px, 1vw, 16px);
}

.profile-project-story__frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #deddd7;
  isolation: isolate;
}

.profile-project-story__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s cubic-bezier(0.2, 0.72, 0.2, 1);
}

.profile-project-story__frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.68));
  content: "";
  pointer-events: none;
  z-index: 1;
}

.profile-project-story__frame figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1.35;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  z-index: 2;
}

.profile-project-story__frame figcaption span:last-child {
  max-width: 42%;
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

.profile-project-story__frame:hover img {
  transform: scale(1.025);
}

.profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(1) {
  grid-column: 1 / span 7;
  grid-row: 1 / span 12;
}

.profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(2) {
  grid-column: 8 / span 5;
  grid-row: 1 / span 10;
}

.profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(3) {
  grid-column: 7 / span 3;
  grid-row: 10 / span 6;
  box-shadow: 0 24px 60px rgba(9, 9, 10, 0.18);
  z-index: 2;
}

.profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(4) {
  grid-column: 10 / span 3;
  grid-row: 11 / span 6;
}

.profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: 1 / span 8;
}

.profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(2) {
  grid-column: 5 / span 4;
  grid-row: 2 / span 11;
}

.profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(3) {
  grid-column: 9 / span 4;
  grid-row: 1 / span 7;
}

.profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(4) {
  grid-column: 9 / span 4;
  grid-row: 8 / span 9;
}

.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(1) {
  grid-column: 1 / span 5;
  grid-row: 2 / span 10;
}

.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(2) {
  grid-column: 6 / span 3;
  grid-row: 1 / span 9;
}

.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(3) {
  grid-column: 9 / span 4;
  grid-row: 2 / span 7;
}

.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(4) {
  grid-column: 7 / span 6;
  grid-row: 10 / span 8;
}

.profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(2) img,
.profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(2) img,
.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(2) img,
.profile-project-story__gallery--sato .profile-project-story__frame:nth-child(4) img {
  object-position: center top;
}

/* Anastasia's project materials retain their original image proportions. */
.profile-project-stories--natural-media .profile-project-story__gallery {
  grid-auto-rows: auto;
  align-items: start;
}

.profile-project-stories--natural-media .profile-project-story__frame,
.profile-project-stories--natural-media .profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(n),
.profile-project-stories--natural-media .profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(n),
.profile-project-stories--natural-media .profile-project-story__gallery--sato .profile-project-story__frame:nth-child(n) {
  grid-row: auto;
  align-self: start;
}

.profile-project-stories--natural-media .profile-project-story__frame img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.profile-project-stories--natural-media .profile-project-story__frame:hover img {
  transform: none;
}

.profile-project-story__facts,
.profile-project-story--reverse .profile-project-story__facts {
  position: static;
  width: min(90%, 1200px);
  margin: clamp(38px, 4vw, 64px) 0 0 auto;
}

.profile-project-story--reverse .profile-project-story__facts {
  margin-right: auto;
  margin-left: 0;
}

@media (max-width: 980px) {
  .profile-project-story__gallery {
    grid-auto-rows: clamp(38px, 5.5vw, 58px);
  }

  .profile-project-story__facts,
  .profile-project-story--reverse .profile-project-story__facts {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .profile-project-story__gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .profile-project-story__frame,
  .profile-project-story__gallery--cultural .profile-project-story__frame:nth-child(n),
  .profile-project-story__gallery--morfeus .profile-project-story__frame:nth-child(n),
  .profile-project-story__gallery--sato .profile-project-story__frame:nth-child(n) {
    width: 100%;
    box-shadow: none;
  }

  .profile-project-story__frame:nth-child(2) {
    width: 86%;
    margin-left: auto;
  }

  .profile-project-story__frame:nth-child(3) {
    width: 74%;
  }

  .profile-project-story__frame:nth-child(4) {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .profile-project-story__frame img {
    height: auto;
    object-fit: contain;
  }

  .profile-project-story__frame figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 36px 12px 11px;
  }

  .profile-project-story__frame figcaption span:last-child {
    max-width: none;
    text-align: left;
  }
}

.project-credit {
  display: block;
  color: rgba(10, 10, 11, 0.52);
  line-height: 1.5;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.insight-card {
  min-height: 410px;
  padding: 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.insight-card:nth-child(2) {
  color: #111;
  background: var(--profile-accent);
}

.insight-card span {
  display: block;
  min-height: 130px;
  color: rgba(255, 255, 255, 0.54);
}

.insight-card:nth-child(2) span {
  color: rgba(10, 10, 11, 0.55);
}

.insight-card h3 {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 4vw, 5.1rem);
  line-height: 0.88;
}

.insight-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.insight-card:nth-child(2) p {
  color: rgba(10, 10, 11, 0.72);
}

.profile-note {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  margin-top: 65px;
  padding-top: 26px;
  border-top: 1px solid var(--studio-line);
}

.profile-note strong {
  font-family: var(--studio-display);
  font-size: clamp(2.8rem, 4.3vw, 5rem);
  font-weight: 400;
  line-height: 0.94;
}

.profile-note p {
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}

/* Shared team portrait scene: one backdrop, silhouette first, light on hover. */
.studio-hero__portraits--scene {
  height: clamp(700px, 49vw, 900px);
  background:
    radial-gradient(ellipse at 50% 34%, rgba(249, 251, 250, 0.96) 0%, rgba(225, 231, 228, 0.9) 38%, rgba(186, 195, 191, 0) 72%),
    linear-gradient(180deg, #cbd2cf 0%, #aeb8b4 100%);
}

.studio-hero__portraits--scene::before {
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 48%, rgba(4, 6, 7, 0.34) 100%);
  background-size: 100% 100%;
}

.studio-hero__portraits--scene::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, transparent 0%, rgba(7, 9, 10, 0.24) 100%);
  content: "";
  pointer-events: none;
}

.studio-hero__portraits--scene .studio-hero__portraits-head {
  z-index: 20;
}

.studio-hero__portraits--scene .hero-person {
  top: clamp(122px, 8.6vw, 162px);
  bottom: 0;
  width: 20%;
  height: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  transform: none;
  z-index: 2;
}

.studio-hero__portraits--scene .hero-person::before,
.studio-hero__portraits--scene .hero-person::after,
.studio-hero__portraits--scene .hero-person__portrait::before,
.studio-hero__portraits--scene .hero-person__portrait::after {
  display: none;
  content: none;
}

.studio-hero__portraits--scene .hero-person--alexander {
  left: 0;
  --portrait-width: 150%;
  --portrait-fit: cover;
  --portrait-position: 64% 32%;
  --portrait-y: 0px;
  z-index: 3;
}

.studio-hero__portraits--scene .hero-person--evgeny {
  left: 20%;
  --portrait-width: 150%;
  --portrait-fit: cover;
  --portrait-position: 64% 32%;
  --portrait-y: 0px;
  z-index: 4;
}

.studio-hero__portraits--scene .hero-person--sergey {
  left: 40%;
  --portrait-width: 134%;
  --portrait-fit: contain;
  --portrait-position: 50% 100%;
  --portrait-y: 0px;
  --portrait-scale: 1.55;
  z-index: 5;
}

.studio-hero__portraits--scene .hero-person--svetlana {
  left: 60%;
  --portrait-width: 140%;
  --portrait-fit: contain;
  --portrait-position: 50% 100%;
  --portrait-y: 24px;
  --portrait-scale: 1.65;
  z-index: 4;
}

.studio-hero__portraits--scene .hero-person--anastasia {
  left: 80%;
  --portrait-width: 138%;
  --portrait-fit: cover;
  --portrait-position: 50% 24%;
  --portrait-y: 24px;
  z-index: 3;
}

.studio-hero__portraits--scene .hero-person__portrait {
  position: absolute;
  inset: 0;
  display: block;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.studio-hero__portraits--scene .hero-person__image {
  position: absolute;
  top: var(--portrait-y, 0);
  left: 50%;
  width: var(--portrait-width, 138%);
  height: 100%;
  object-fit: var(--portrait-fit, contain);
  object-position: var(--portrait-position, 50% 100%);
  background: transparent;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
  clip-path: none;
  transform: translateX(-50%) scale(var(--portrait-scale, 1));
  transform-origin: 50% 100%;
  transition: opacity 160ms ease;
}

.studio-hero__portraits--scene .hero-person__image--shadow {
  opacity: 1;
  filter: none;
}

.studio-hero__portraits--scene .hero-person__image--light {
  opacity: 0;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.studio-hero__portraits--scene .hero-person:hover,
.studio-hero__portraits--scene .hero-person:focus-visible {
  z-index: 8;
  filter: none;
  transform: none;
}

.studio-hero__portraits--scene .hero-person:hover .hero-person__image--shadow,
.studio-hero__portraits--scene .hero-person:focus-visible .hero-person__image--shadow {
  opacity: 0;
  transform: translateX(-50%) scale(var(--portrait-scale, 1));
}

.studio-hero__portraits--scene .hero-person:hover .hero-person__image--light,
.studio-hero__portraits--scene .hero-person:focus-visible .hero-person__image--light {
  opacity: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
  transform: translateX(-50%) scale(var(--portrait-scale, 1));
}

.studio-hero__portraits--scene .hero-person__caption {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: clamp(34px, 2.8vw, 48px);
  left: 0;
  display: flex;
  min-height: 0;
  padding: 18px clamp(12px, 1.2vw, 22px) 22px;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  color: #f7f8f7;
  background: none;
  box-shadow: none;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.96), 0 5px 18px rgba(0, 0, 0, 0.82);
  backdrop-filter: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition: opacity 240ms ease, transform 300ms ease, visibility 0s linear 300ms;
}

.studio-hero__portraits--scene .hero-person:hover .hero-person__caption,
.studio-hero__portraits--scene .hero-person:focus-visible .hero-person__caption {
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.studio-hero__portraits--scene .hero-person__caption * {
  color: inherit;
  text-shadow: none;
}

.studio-hero__portraits--scene .hero-person__number {
  margin-bottom: 7px;
  color: #ff5b2a;
}

.studio-hero__portraits--scene .hero-person__name {
  font-size: clamp(0.72rem, 0.78vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.studio-hero__portraits--scene .hero-person__role {
  margin-top: 3px;
  color: rgba(247, 248, 247, 0.62);
  font-size: clamp(0.62rem, 0.62vw, 0.76rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-hero__portraits--scene .hero-person__description {
  max-width: 34ch;
  margin-top: 14px;
  color: rgba(247, 248, 247, 0.72);
  font-size: clamp(0.64rem, 0.66vw, 0.79rem);
  line-height: 1.35;
}

.studio-hero__portraits--scene .hero-person__link {
  margin-top: auto;
  padding-top: 10px;
  border-bottom: 1px solid rgba(247, 248, 247, 0.62);
  font-size: clamp(0.62rem, 0.62vw, 0.76rem);
  line-height: 1.2;
}

@media (max-width: 760px) {
  .studio-hero__portraits--scene .hero-person,
  .studio-hero__portraits--scene .hero-person--alexander,
  .studio-hero__portraits--scene .hero-person--evgeny,
  .studio-hero__portraits--scene .hero-person--sergey,
  .studio-hero__portraits--scene .hero-person--svetlana,
  .studio-hero__portraits--scene .hero-person--anastasia {
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 112vw;
  }
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .studio-hero__layout,
  .profile-hero__grid,
  .studio-contact__grid,
  .profile-contact__grid {
    grid-template-columns: 1fr;
  }

  .studio-hero__layout {
    min-height: auto;
  }

  .studio-hero__portraits {
    height: 650px;
    margin-top: 90px;
  }

  .responsibility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .studio-heading,
  .profile-intro {
    grid-template-columns: 1fr;
  }

  .profile-portrait {
    height: 70svh;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__grid {
    bottom: 0;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero h1 {
    font-size: clamp(5.4rem, 11vw, 8.3rem);
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion {
    width: 43%;
    height: calc(100% - 80px);
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .studio-hero,
  .profile-hero {
    padding-top: 104px;
  }

  .studio-hero__inner,
  .studio-section__inner,
  .profile-section__inner,
  .profile-hero__inner {
    width: min(100% - 28px, 1500px);
  }

  .studio-hero__topline {
    font-size: 0.62rem;
  }

  .studio-hero h1,
  .profile-hero h1 {
    font-size: clamp(4.25rem, 21vw, 7rem);
  }

  .studio-hero h1 {
    line-height: 0.82;
  }

  .studio-hero__portraits {
    display: grid;
    grid-auto-columns: 78vw;
    grid-auto-flow: column;
    gap: 1px;
    height: auto;
    min-height: 120vw;
    margin-top: 72px;
    padding: 88px 14px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .studio-hero__portraits::-webkit-scrollbar {
    display: none;
  }

  .studio-hero__portraits-head {
    top: 24px;
    right: 18px;
    left: 18px;
  }

  .studio-hero__portraits-head span:last-child {
    display: none;
  }

  .hero-person,
  .hero-person:nth-child(n) {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    height: 112vw;
    grid-column: auto;
    scroll-snap-align: center;
  }

  .hero-person:hover,
  .hero-person:focus-visible {
    transform: translateY(-6px);
  }

  .studio-hero__foot,
  .profile-hero__footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .studio-heading h2,
  .profile-title,
  .studio-contact h2,
  .profile-contact h2 {
    font-size: clamp(3.6rem, 17vw, 6rem);
  }

  .studio-principle,
  .founders-grid,
  .responsibility-grid,
  .profile-scope,
  .insights-grid {
    grid-template-columns: 1fr;
  }

  .studio-founder {
    grid-template-rows: 120vw auto;
  }

  .team-card,
  .team-card--wide,
  .project-card,
  .project-card--third {
    grid-column: 1 / -1;
  }

  .team-card {
    grid-template-rows: 110vw auto;
  }

  .team-card__copy,
  .project-card__copy {
    min-height: 0;
  }

  .responsibility-card {
    min-height: 260px;
  }

  .responsibility-card span {
    min-height: 80px;
  }

  .studio-model-note,
  .profile-note {
    grid-template-columns: 1fr;
  }

  .studio-project-line {
    grid-template-columns: 42px 1fr;
  }

  .studio-project-line p {
    grid-column: 2;
  }

  .profile-portrait {
    min-height: 0;
    height: 118vw;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero {
    height: auto;
    min-height: auto;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__inner {
    height: auto;
    min-height: auto;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-breadcrumb {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 24px;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__identity {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 54px 0 26px;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero h1 {
    font-size: clamp(4.25rem, 20vw, 6.2rem);
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__role {
    margin-top: 28px;
    font-size: 1.25rem;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 122vw;
    min-height: 430px;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-portrait--fashion img,
  .profile--alexander .profile-portrait--fashion img,
  .profile--svetlana .profile-portrait--fashion img,
  .profile--anastasia .profile-portrait--fashion img {
    right: 50%;
    height: 108%;
  }

  :is(.profile--alexander, .profile--svetlana, .profile--anastasia) .profile-hero__footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding-bottom: 22px;
  }

  .profile--anastasia .profile-portrait--interactive {
    height: 100vw;
  }

  .profile--anastasia .profile-portrait--interactive .profile-portrait__image {
    width: 100vw;
    height: auto;
  }

  .profile-scope article,
  .insight-card {
    min-height: 0;
  }

  .insight-card span {
    min-height: 80px;
  }

  .project-card {
    grid-template-rows: 78vw auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* Alexander publications */
.alex-publications {
  --publication-orange: #ff5a2f;
  --publication-blue: #2f73ff;
  background: var(--studio-paper);
  color: var(--studio-ink);
  overflow: hidden;
}

.alex-publications__heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.28fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 110px);
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 92px);
}

.alex-publications__heading h2 {
  max-width: 980px;
  margin: 0;
  font-family: var(--studio-display);
  font-size: clamp(58px, 7vw, 126px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.alex-publications__lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(10, 10, 11, 0.62);
  font-size: clamp(16px, 1.25vw, 22px);
  line-height: 1.42;
}

.publication-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  border-top: 1px solid var(--studio-line);
  border-left: 1px solid var(--studio-line);
}

.publication-card {
  --publication-meta-h: 92px;
  position: relative;
  isolation: isolate;
  min-height: clamp(400px, 27vw, 540px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) var(--publication-meta-h);
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  border-radius: 0;
  padding: 0;
  background: #e4e4df;
  color: var(--studio-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  transition: background-color 260ms ease;
}

.publication-card--wide {
  grid-column: span 2;
}

.publication-card:hover,
.publication-card:focus-visible {
  background: #d8d7d0;
}

.publication-card:focus-visible {
  outline: 2px solid var(--studio-ink);
  outline-offset: -3px;
}

.publication-card__visual {
  position: relative;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #e4e4df;
}

.publication-card__visual img {
  position: absolute;
  top: 15%;
  left: 15%;
  display: block;
  width: 70%;
  max-width: none;
  height: 70%;
  object-fit: contain;
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.18, 1), filter 260ms ease;
}

.publication-card:hover .publication-card__visual img,
.publication-card:focus-visible .publication-card__visual img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.publication-card__meta {
  position: relative;
  z-index: 1;
  height: var(--publication-meta-h);
  display: grid;
  grid-template-columns: 18px minmax(0, max-content) minmax(80px, 1fr);
  gap: 8px 11px;
  align-items: end;
  padding: 12px 20px 15px;
  border-top: 1px solid var(--studio-line);
  background-color: inherit;
}

.publication-card__index {
  color: rgba(10, 10, 11, 0.48);
  font-size: 11px;
  line-height: 1;
}

.publication-card__meta strong {
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font: 400 clamp(24.3px, 1.89vw, 35.1px)/0.9 var(--studio-display);
  letter-spacing: -0.035em;
}

.publication-card__meta small {
  min-width: 0;
  max-width: 220px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  justify-self: end;
  color: rgba(10, 10, 11, 0.55);
  font-size: 9.5px;
  line-height: 1.3;
  text-align: right;
}

/* Svetlana: project covers use the same image-led card language as Alexander. */
.profile--svetlana .svetlana-project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile--svetlana .svetlana-case-card {
  min-height: clamp(430px, 31vw, 610px);
  color: var(--studio-ink);
  text-decoration: none;
}

.profile--svetlana .svetlana-case-card__visual {
  background: #d9d8d2;
}

.profile--svetlana .svetlana-case-card__photo {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile--svetlana .svetlana-case-card__object {
  z-index: 2;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(18, 12, 10, 0.22));
}

.profile--svetlana .svetlana-case-card__object--box {
  top: auto;
  right: 3.5%;
  bottom: 3%;
  left: auto;
  width: 48%;
  height: 76%;
}

.profile--svetlana .svetlana-case-card__object--table {
  top: auto;
  right: 4%;
  bottom: 7%;
  left: auto;
  width: 55%;
  height: 58%;
}

.profile--svetlana .svetlana-case-card--studio .svetlana-case-card__visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(15, 13, 13, 0.12), rgba(15, 13, 13, 0) 58%);
}

.profile--svetlana .svetlana-case-card--object-only .svetlana-case-card__visual {
  background: #e4e4df;
}

.profile--svetlana .svetlana-case-card--object-only .svetlana-case-card__object {
  filter: none;
}

.profile--svetlana .svetlana-case-card--studio .svetlana-case-card__object--table {
  display: none;
}

.profile--svetlana .svetlana-case-card:hover .svetlana-case-card__photo,
.profile--svetlana .svetlana-case-card:focus-visible .svetlana-case-card__photo {
  transform: scale(1.025);
}

.profile--svetlana .svetlana-case-card:hover .svetlana-case-card__object,
.profile--svetlana .svetlana-case-card:focus-visible .svetlana-case-card__object {
  transform: translateY(-2.5%) scale(1.035);
  filter: drop-shadow(0 24px 34px rgba(18, 12, 10, 0.26));
}

.profile--svetlana .svetlana-case-card--object-only:hover .svetlana-case-card__object,
.profile--svetlana .svetlana-case-card--object-only:focus-visible .svetlana-case-card__object {
  transform: scale(1.025);
  filter: none;
}

@media (max-width: 900px) {
  .profile--svetlana .svetlana-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile--svetlana .svetlana-project-grid .publication-card--wide {
    grid-column: span 1;
  }

  .profile--svetlana .svetlana-case-card {
    min-height: clamp(440px, 72vw, 620px);
  }
}

@media (max-width: 600px) {
  .profile--svetlana #projects .studio-heading h2 {
    min-width: 0;
    font-size: clamp(3.15rem, 14vw, 3.55rem);
  }

  .profile--svetlana .svetlana-project-grid {
    grid-template-columns: 1fr;
  }

  .profile--svetlana .svetlana-case-card {
    min-height: 132vw;
  }

  .profile--svetlana .svetlana-case-card__object--box {
    width: 54%;
  }

  .profile--svetlana .svetlana-case-card__object--table {
    width: 61%;
  }
}

.story-reader__progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.story-reader__progress i {
  display: block;
  height: 2px;
  background: currentColor;
  opacity: 0.22;
}

.story-reader__progress i.is-read {
  opacity: 1;
}

.alex-publications__note {
  margin: 16px 0 0;
  color: rgba(10, 10, 11, 0.42);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.story-reader[popover] {
  inset: 0;
  width: 100dvw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  border: 0;
  color: #141414;
  background: #f1efe8;
}

.story-reader:popover-open {
  display: block;
  animation: story-reader-in 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.story-reader::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.story-reader__chrome {
  position: sticky;
  z-index: 5;
  top: 0;
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.7fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 14px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(241, 239, 232, 0.94);
  backdrop-filter: blur(18px);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-reader__chrome > button {
  justify-self: end;
  border: 0;
  padding: 10px 0 10px 22px;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.story-reader__layout {
  width: min(1500px, calc(100% - clamp(40px, 8vw, 150px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(200px, 0.3fr) minmax(0, 1fr);
  gap: clamp(48px, 10vw, 180px);
  padding: clamp(72px, 9vw, 150px) 0 clamp(80px, 10vw, 160px);
}

.story-reader__meta {
  position: sticky;
  top: 116px;
  align-self: start;
  display: grid;
  gap: 18px;
  padding-top: 8px;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.story-reader__meta p {
  margin: 18px 0 0;
  color: rgba(0, 0, 0, 0.55);
}

.story-reader__article {
  max-width: 920px;
}

.story-reader__eyebrow {
  margin: 0 0 26px;
  color: var(--reader-accent, #ff5a2f);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-reader__article h2 {
  max-width: 1050px;
  margin: 0;
  font-family: var(--studio-display);
  font-size: clamp(64px, 8vw, 136px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.058em;
}

.story-reader__dek {
  max-width: 780px;
  margin: clamp(36px, 5vw, 74px) 0;
  font-size: clamp(25px, 2.2vw, 39px);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.story-reader__article > p:not(.story-reader__eyebrow):not(.story-reader__dek),
.story-reader__article > ul {
  max-width: 750px;
  margin: 0 0 28px;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.56;
}

.story-reader__article h3 {
  max-width: 760px;
  margin: 70px 0 22px;
  font-family: var(--studio-display);
  font-size: clamp(36px, 4vw, 66px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.story-reader__article ul {
  padding-left: 1.15em;
}

.story-reader__article li + li {
  margin-top: 10px;
}

.story-reader__article blockquote {
  max-width: 900px;
  margin: clamp(56px, 8vw, 110px) 0;
  padding: 0;
  border: 0;
  font-family: var(--studio-display);
  font-size: clamp(44px, 5.5vw, 88px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.story-reader__takeaway {
  max-width: 780px;
  margin-top: 84px;
  padding: 28px 30px 32px;
  border-top: 5px solid var(--reader-accent, #ff5a2f);
  background: #fff;
}

.story-reader__takeaway > span {
  display: block;
  margin-bottom: 26px;
  color: var(--reader-accent, #ff5a2f);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-reader__takeaway p {
  margin: 0;
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.38;
}

.story-reader__takeaway a {
  display: inline-block;
  margin-top: 24px;
  color: inherit;
  font-size: 14px;
  text-underline-offset: 5px;
}

.story-reader__footer {
  position: sticky;
  z-index: 4;
  bottom: 0;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(22px, 4vw, 72px);
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  background: rgba(241, 239, 232, 0.94);
  backdrop-filter: blur(18px);
}

.story-reader__footer button {
  border: 0;
  padding: 12px 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.story-reader--economics { --reader-accent: #668000; }
.story-reader--problems { --reader-accent: #e84e28; }
.story-reader--logo { --reader-accent: #145ee8; }
.story-reader--probability { --reader-accent: #764dff; }
.story-reader--rueporte { --reader-accent: #a33f28; }

@keyframes story-reader-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .alex-publications__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .alex-publications__heading h2 {
    font-size: clamp(54px, 15vw, 82px);
  }

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

  .publication-card {
    min-height: clamp(420px, 65vw, 620px);
  }

  .publication-card__meta {
    grid-template-columns: 18px minmax(0, 1fr);
    row-gap: 5px;
    padding: 10px 20px 11px;
  }

  .publication-card__meta small {
    grid-column: 2;
    width: 100%;
    max-width: none;
    justify-self: start;
    text-align: left;
  }

  .story-reader__chrome {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .story-reader__chrome .story-reader__progress {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .story-reader__layout {
    width: min(100% - 36px, 720px);
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 58px;
  }

  .story-reader__meta {
    position: static;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }

  .story-reader__meta p {
    grid-column: 1 / -1;
  }

  .story-reader__article h2 {
    font-size: clamp(58px, 16vw, 92px);
  }

  .story-reader__article blockquote {
    font-size: clamp(40px, 12vw, 66px);
  }

  .story-reader__footer {
    align-items: flex-start;
  }

  .story-reader__footer button {
    max-width: 48%;
    text-align: left;
  }

  .story-reader__footer button:last-child {
    text-align: right;
  }
}

@media (max-width: 600px) {
  .publication-grid {
    grid-template-columns: 1fr;
  }

  .publication-card--wide {
    grid-column: span 1;
  }

  .publication-card {
    --publication-meta-h: 98px;
    min-height: 132vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .publication-card,
  .publication-card__visual img,
  .story-reader:popover-open {
    animation: none;
    transition: none;
  }

  .publication-card:hover .publication-card__visual img,
  .publication-card:focus-visible .publication-card__visual img {
    transform: none;
  }
}

/* Studio portrait framing: Sergey */
.studio-hero__portraits--scene .hero-person--sergey img {
  transform: translateY(10%) scale(1.52) !important;
  transform-origin: 50% 0;
}
/* Studio team scene placement */
@media (min-width: 900px) {
  #top {
    padding-top: clamp(140px, 18vh, 240px) !important;
    padding-bottom: 0 !important;
  }

  #top .studio-hero__inner,
  #top .studio-hero__portraits--scene {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #top + .studio-section {
    margin-top: 0 !important;
  }
}

/* Keep Sergey's full portrait in the same waist-up scale as the founders. */
@media (min-width: 900px) {
  .studio-hero__portraits--scene .hero-person--sergey img {
    transform: translateY(0) scale(1.85) !important;
    transform-origin: 50% 100% !important;
  }

  .studio-hero__portraits--scene .hero-person--sergey > .hero-person__portrait {
    position: absolute !important;
    inset: auto !important;
    left: -43.363% !important;
    top: 20.7607% !important;
    width: 96.421% !important;
    height: 92.988% !important;
  }
}

/* Unified light backdrop for the studio intro and team scene. */
#top.studio-hero {
  --studio-team-backdrop:
    radial-gradient(circle at 50% 62%, #fbfdfc 0%, #eef3f2 34%, #dbe3e3 69%, #bcc6c6 100%);
  background: var(--studio-team-backdrop) !important;
  color: #111517;
}

#top.studio-hero::before,
#top.studio-hero::after {
  background: none !important;
  opacity: 0 !important;
}

#top.studio-hero > .studio-hero__inner,
#top.studio-hero .studio-hero__content,
#top.studio-hero .studio-hero__main,
#top.studio-hero .studio-hero__portraits--scene {
  background: transparent !important;
}

#top.studio-hero #studio-title {
  color: #111517 !important;
}

#top.studio-hero .studio-title-line--founders {
  display: flex;
  align-items: center;
  gap: 0.105em;
  white-space: nowrap;
}

#top.studio-hero .studio-title-word {
  display: inline-block;
}

#top.studio-hero .studio-title-founders {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 1.10em;
  height: 0.62em;
  isolation: isolate;
  transform: translateY(0.025em);
}

#top.studio-hero .studio-title-founder {
  position: absolute;
  top: 0;
  display: block;
  width: 0.62em;
  height: 0.62em;
  overflow: hidden;
  border-radius: 50%;
  background: #25292b;
}

#top.studio-hero .studio-title-founder--alexander {
  left: 0;
  z-index: 1;
  -webkit-mask-image: radial-gradient(
    circle at calc(100% + 0.17em) 50%,
    transparent 0 0.322em,
    #000 0.328em
  );
  mask-image: radial-gradient(
    circle at calc(100% + 0.17em) 50%,
    transparent 0 0.322em,
    #000 0.328em
  );
}

#top.studio-hero .studio-title-founder--evgeny {
  right: 0;
  z-index: 2;
}

#top.studio-hero .studio-title-founder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 19%;
  filter: grayscale(1) contrast(1.08);
  transform: scale(1.42);
  transform-origin: 50% 16%;
}

#top.studio-hero .studio-title-founder--evgeny img {
  object-position: 50% 18%;
  transform: scale(1.38);
}

@media (max-width: 760px) {
  #top.studio-hero .studio-title-line--founders {
    gap: 0.06em;
    font-size: 0.7em;
  }
}

#top.studio-hero .studio-hero__inner > :not(.studio-hero__portraits) p,
#top.studio-hero .studio-hero__lead,
#top.studio-hero .studio-hero__copy,
#top.studio-hero .studio-hero__description,
#top.studio-hero .studio-hero__intro {
  color: #283033 !important;
}

#top.studio-hero .studio-hero__actions a:last-child {
  color: #111517 !important;
  border-color: rgba(17, 21, 23, 0.5) !important;
}

/* Studio hero: plain title and a continuous backdrop into the team scene. */
@media (min-width: 900px) {
  #top.studio-hero .studio-hero__inner {
    width: min(1660px, calc(100% - 64px)) !important;
  }

  #top.studio-hero .studio-hero__layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.42fr) !important;
    gap: clamp(48px, 5vw, 88px) !important;
    min-height: calc(88svh - 250px);
    padding-block: 42px 28px;
  }

  #top.studio-hero #studio-title {
    max-width: 1240px !important;
    font-size: clamp(76px, 7.45vw, 154px);
  }
}

#top.studio-hero .studio-hero__layout,
#top.studio-hero .studio-hero__portraits--scene,
#top.studio-hero .studio-hero__portraits--scene::before,
#top.studio-hero .studio-hero__portraits--scene::after {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* Keep Evgeny's original portrait intact when it overlaps adjacent portraits. */
.studio-hero__portraits--scene .hero-person--evgeny {
  overflow: visible !important;
  clip-path: none !important;
  z-index: 3;
}

.studio-hero__portraits--scene .hero-person--evgeny > picture,
.studio-hero__portraits--scene .hero-person--evgeny > img,
.studio-hero__portraits--scene .hero-person--evgeny .hero-person__photo,
.studio-hero__portraits--scene .hero-person--evgeny .hero-person__portrait,
.studio-hero__portraits--scene .hero-person--evgeny .hero-person__image {
  overflow: visible !important;
  clip-path: none !important;
}
/* Keep team-card captions readable over both the pale scene and dark portraits. */
.studio-hero__portraits--scene .hero-person__caption {
  color: #111517 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  mix-blend-mode: normal;
}

.studio-hero__portraits--scene .hero-person__caption * {
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  mix-blend-mode: normal;
}

.studio-hero__portraits--scene .hero-person__caption-mask {
  position: absolute;
  z-index: 11;
  inset: 0;
  display: block;
  overflow: visible;
  pointer-events: none;
  -webkit-mask-image: var(--caption-portrait-mask);
  mask-image: var(--caption-portrait-mask);
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.studio-hero__portraits--scene .hero-person__caption-mask .hero-person__caption {
  z-index: 1;
  color: #fff !important;
}

/* Names follow each caption layer's contrast color and stay bold. */
.studio-hero__portraits--scene .hero-person__caption .hero-person__name,
.studio-hero__portraits--scene .hero-person__caption-mask .hero-person__name {
  color: inherit !important;
  font-weight: 700;
}

.studio-hero__portraits--scene .hero-person__caption .hero-person__link,
.studio-hero__portraits--scene .hero-person__caption-mask .hero-person__link {
  color: var(--blue, #1769e0) !important;
  border-bottom-color: currentColor;
}

/* Precise desktop alignment of the team portrait scene. */
.studio-local-preview .studio-hero__portraits--scene .hero-person__caption-mask {
  display: none;
}

.studio-local-preview .studio-hero__portraits--scene .hero-person > .hero-person__caption {
  padding: 14px 16px;
  background: rgba(244, 247, 247, 0.97) !important;
}

@media (min-width: 901px) {
  .studio-hero__portraits--scene .hero-person--alexander > .hero-person__portrait {
    transform-origin: top left;
    transform: translate(48.6px, 0);
  }

  .studio-hero__portraits--scene .hero-person--evgeny > .hero-person__portrait {
    transform-origin: top left;
    transform: translate(44.9px, 0);
  }

  .studio-hero__portraits--scene .hero-person--sergey > .hero-person__portrait {
    transform-origin: top left;
    transform: translate(71.629px, -7.509px) scale(0.8924);
  }

  .studio-hero__portraits--scene .hero-person--svetlana > .hero-person__portrait {
    transform-origin: top left;
    transform: translate(-39.241px, -220.446px) scale(1.3804);
  }

  .studio-hero__portraits--scene .hero-person--anastasia > .hero-person__portrait {
    transform-origin: top left;
    transform: translate(13.319px, 31.983px) scale(0.9446);
  }
}

/* Uniform team lineup for the matched portrait batch. */
@media (min-width: 761px) {
  .studio-hero__portraits--scene .hero-person,
  .studio-hero__portraits--scene .hero-person--alexander,
  .studio-hero__portraits--scene .hero-person--evgeny,
  .studio-hero__portraits--scene .hero-person--sergey,
  .studio-hero__portraits--scene .hero-person--svetlana,
  .studio-hero__portraits--scene .hero-person--anastasia {
    top: clamp(122px, 8.6vw, 162px);
    bottom: 0;
    width: 24%;
    height: auto;
    overflow: visible !important;
    clip-path: none !important;
    transform: none !important;
    --portrait-scale: 1;
    --portrait-y: 0;
  }

  .studio-hero__portraits--scene .hero-person--alexander { left: -2%; z-index: 3; }
  .studio-hero__portraits--scene .hero-person--evgeny { left: 18%; z-index: 4; }
  .studio-hero__portraits--scene .hero-person--sergey { left: 38%; z-index: 5; }
  .studio-hero__portraits--scene .hero-person--svetlana { left: 58%; z-index: 4; }
  .studio-hero__portraits--scene .hero-person--anastasia { left: 78%; z-index: 3; }

  /* Portrait cards overlap by 4%, but their captions belong to five even columns. */
  .studio-hero__portraits--scene .hero-person__caption {
    right: calc(100% / 12 - 7.5px);
    left: calc(100% / 12 + 7.5px);
  }

  .studio-hero__portraits--scene .hero-person > .hero-person__portrait,
  .studio-hero__portraits--scene .hero-person--sergey > .hero-person__portrait {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    clip-path: none !important;
    transform: none !important;
  }

  .studio-hero__portraits--scene .hero-person .hero-person__image,
  .studio-hero__portraits--scene .hero-person--sergey img,
  .studio-hero__portraits--scene .hero-person:hover .hero-person__image--shadow,
  .studio-hero__portraits--scene .hero-person:focus-visible .hero-person__image--shadow,
  .studio-hero__portraits--scene .hero-person:hover .hero-person__image--light,
  .studio-hero__portraits--scene .hero-person:focus-visible .hero-person__image--light {
    top: 0 !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: 50% 100% !important;
    transform: translateX(-50%) !important;
    transform-origin: 50% 100% !important;
  }
}

@media (max-width: 760px) {
  .studio-hero__portraits--scene .hero-person > .hero-person__portrait {
    transform: none !important;
  }

  .studio-hero__portraits--scene .hero-person .hero-person__image,
  .studio-hero__portraits--scene .hero-person--sergey img {
    top: 0 !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: 50% 100% !important;
    transform: translateX(-50%) !important;
  }
}

/* The team-scene spacing above intentionally targets the Studio index only.
   Profile heroes use the full section box as their editorial coordinate space. */
@media (min-width: 1051px) {
  body:is(.profile--alexander, .profile--svetlana, .profile--anastasia) #top.profile-hero {
    padding: 0 !important;
  }
}

/* Pentawards recognition: compact marks in the intro and a full editorial story. */
#top .studio-awards-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 430px;
  margin-top: clamp(24px, 2.4vw, 36px);
}

#top .studio-award-chip {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: end;
  min-width: 0;
  padding-top: 12px;
  color: #111517;
  text-decoration: none;
  border-top: 1px solid rgba(17, 21, 23, 0.28);
  transition: border-color 180ms ease, transform 180ms ease;
}

#top .studio-award-chip:hover,
#top .studio-award-chip:focus-visible {
  border-color: var(--studio-blue);
  transform: translateY(-3px);
}

#top .studio-award-chip img {
  display: block;
  width: 44px;
  height: 82px;
  object-fit: contain;
}

#top .studio-award-chip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-bottom: 2px;
}

#top .studio-award-chip strong,
#top .studio-award-chip small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top .studio-award-chip strong {
  font-size: 0.78rem;
  font-weight: 600;
}

#top .studio-award-chip small {
  color: rgba(17, 21, 23, 0.62);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.studio-awards {
  padding: clamp(92px, 9vw, 156px) 0;
  overflow: hidden;
  color: #fff;
  background: #0a0a0b;
}

.studio-awards__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  align-items: end;
  gap: clamp(42px, 7vw, 120px);
}

.studio-awards__copy {
  padding-bottom: clamp(18px, 4vw, 62px);
}

.studio-awards__copy .studio-label {
  margin: 0 0 clamp(36px, 5vw, 76px);
  color: #b36545;
}

.studio-awards__copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--studio-display);
  font-size: clamp(4.6rem, 8.3vw, 9.8rem);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.05em;
}

.studio-awards__copy > p:not(.studio-label) {
  max-width: 590px;
  margin: clamp(38px, 4vw, 64px) 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.25vw, 1.3rem);
  line-height: 1.5;
}

.studio-awards__facts {
  display: grid;
  margin-top: clamp(42px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.studio-awards__facts span {
  display: grid;
  grid-template-columns: minmax(150px, 0.66fr) 1fr;
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.studio-awards__facts small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.studio-awards__facts strong {
  font-size: 0.92rem;
  font-weight: 500;
}

.studio-awards__figure {
  min-width: 0;
  margin: 0;
}

.studio-awards__figure img {
  display: block;
  width: 60%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: 50% 50%;
  background: transparent;
}

.studio-awards__figure figcaption {
  width: 60%;
  margin: 12px auto 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  #top .studio-awards-inline {
    max-width: 560px;
  }

  .studio-awards__grid {
    grid-template-columns: 1fr;
  }

  .studio-awards__copy {
    padding-bottom: 0;
  }

  .studio-awards__copy h2 {
    max-width: 900px;
  }

  .studio-awards__figure {
    width: min(100%, 760px);
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  #top .studio-awards-inline {
    gap: 10px;
    margin-top: 28px;
  }

  #top .studio-award-chip {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  #top .studio-award-chip img {
    width: 30px;
    height: 56px;
  }

  #top .studio-award-chip strong {
    font-size: 0.7rem;
  }

  #top .studio-award-chip small {
    font-size: 0.58rem;
  }

  .studio-awards {
    padding: 84px 0;
  }

  .studio-awards__grid {
    gap: 56px;
  }

  .studio-awards__copy .studio-label {
    margin-bottom: 34px;
  }

  .studio-awards__copy h2 {
    font-size: clamp(4.3rem, 21vw, 6.8rem);
  }

  .studio-awards__copy > p:not(.studio-label) {
    font-size: 1rem;
  }

  .studio-awards__facts span {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .studio-awards__figure {
    width: 100%;
  }
}

/* Keep Svetlana's name, role and introduction in a shared flow, so the
   two-line name cannot overlap its subtitle at wide, short viewports. */
@media (min-width: 1051px) {
  /* Portrait adjustment stays local to its existing figure; size is unchanged. */
  .profile--svetlana .profile-portrait--fashion > img {
    top: 69.1px;
    left: -0.3px;
    right: auto;
    bottom: auto;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none;
  }

  .profile--svetlana .profile-hero {
    min-height: 740px;
  }

  .profile--svetlana .profile-hero__identity {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 44px;
    padding-top: 150px;
  }

  .profile--svetlana .profile-hero h1,
  .profile--svetlana .profile-hero__role,
  .profile--svetlana .profile-hero__lead,
  .profile--svetlana .profile-hero__identity > .studio-actions {
    position: static;
    width: 100%;
  }

  .profile--svetlana .profile-hero h1 {
    line-height: 0.86;
  }

  .profile--svetlana .profile-hero__role {
    margin: 30px 0 24px;
  }

  .profile--svetlana .profile-hero__identity > .studio-actions {
    margin-top: 22px;
  }
}

@media (max-width: 1050px) {
  .profile--svetlana .profile-portrait--fashion > img {
    position: relative;
    inset: auto;
    margin: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

@media (max-width: 760px) {
  .profile--svetlana .profile-portrait--fashion img {
    right: auto;
    height: 100%;
  }
}

/* Alexander's introduction must grow with its text, independently of the portrait. */
.profile--alexander .profile-hero h1 {
  line-height: 0.9;
}

.profile--alexander .profile-hero__role {
  margin: 30px 0 22px;
  line-height: 1.3;
}

.profile--alexander .profile-hero__lead {
  margin: 0;
}

.profile--alexander .profile-hero__identity > .studio-actions {
  margin-top: 24px;
}

@media (min-width: 1051px) {
  .profile--alexander .profile-hero__identity {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 44px;
    padding-top: 148px;
  }

  .profile--alexander .profile-hero h1,
  .profile--alexander .profile-hero__role,
  .profile--alexander .profile-hero__lead,
  .profile--alexander .profile-hero__identity > .studio-actions {
    position: static;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 761px) and (max-height: 650px) {
  .profile--alexander .profile-hero {
    min-height: 680px;
  }
}
