:root {
  color-scheme: dark;
  --bg: #0B0B0B;
  --panel: #0e0e0e;
  --text: #ffffff;
  --muted: #b8b2aa;
  --quiet: #8c857c;
  --line: rgba(244, 241, 235, 0.14);
  --max: 1540px;
  --gutter: clamp(20px, 4.5vw, 72px);
  --font: "FK Grotesk", Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--text);
  color: var(--bg);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--text);
  color: var(--bg);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 22px var(--gutter);
  background: rgba(7, 7, 7, 0.76);
  backdrop-filter: blur(16px);
  transition: border-color 180ms ease, background 180ms ease;
}

.home .site-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background: var(--bg);
  backdrop-filter: none;
  border-bottom: 1px solid var(--line);
}

.site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: rgba(7, 7, 7, 0.88);
}

.home .site-header.is-scrolled {
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.brand,
.site-nav a,
.back-link,
.site-footer,
.eyebrow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 30px);
  color: var(--muted);
}

.site-nav a,
.site-footer a,
.back-link,
.next-project a {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"],
.site-footer a:hover,
.site-footer a:focus-visible,
.back-link:hover,
.back-link:focus-visible,
.next-project a:hover,
.next-project a:focus-visible {
  color: var(--text);
}

.home-split,
.about-page,
.project-page,
.site-footer {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.home .home-page {
  min-height: 100svh;
}

.hero__inner {
  max-width: 520px;
}

.home-split {
  display: grid;
  grid-template-columns: minmax(340px, 36vw) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: 0;
}

.hero {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
  padding: clamp(116px, 10vw, 148px) clamp(28px, 4vw, 54px) clamp(92px, 9vw, 132px);
  border-right: 1px solid var(--line);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--muted);
}

h1,
h2,
h3,
p {
  margin-block: 0;
}

h1 {
  max-width: 1080px;
  font-size: clamp(64px, 12vw, 178px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.home h1 {
  font-size: clamp(48px, 4.8vw, 82px);
  font-weight: 400;
  line-height: 0.95;
}

.hero-copy,
.about-intro h1,
.section-label h2 {
  max-width: 760px;
  font-size: clamp(28px, 4.3vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.home-kicker,
.home-editorial h2 {
  margin: 0;
  color: var(--quiet);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-kicker {
  margin-bottom: 16px;
}

.home-name {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(16px, 1.25vw, 21px);
  font-weight: 400;
  line-height: 1.2;
}

.hero-copy {
  max-width: 320px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.35;
}

.home-portrait {
  display: block;
  width: min(100%, 180px);
  margin-top: clamp(26px, 3.4vw, 42px);
  transition: opacity 180ms ease;
}

.home-portrait:hover,
.home-portrait:focus-visible {
  opacity: 0.72;
}

.home-portrait img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.home-editorial {
  display: grid;
  margin-top: clamp(46px, 6.2vw, 86px);
  border-top: 1px solid var(--line);
}

.home-editorial__section {
  display: grid;
  grid-template-columns: minmax(92px, 0.34fr) minmax(0, 0.66fr);
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.home-editorial ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.35;
  list-style: none;
}

.home-editorial a {
  transition: color 180ms ease;
}

.home-editorial a:hover,
.home-editorial a:focus-visible {
  color: var(--text);
}

.scroll-cue {
  display: inline-block;
  margin-top: clamp(44px, 6vw, 76px);
  color: var(--text);
  font-size: 42px;
  line-height: 1;
  transition: transform 180ms ease, color 180ms ease;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: var(--muted);
  transform: translateY(6px);
}

.section-label {
  display: grid;
  grid-template-columns: minmax(130px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 5vw, 96px);
  align-items: start;
  margin-bottom: clamp(42px, 7vw, 104px);
}

.project-list {
  display: grid;
  gap: 0;
  min-height: 100svh;
  padding-top: 68px;
}

.project-preview a {
  position: relative;
  display: block;
  min-height: calc((100svh - 68px) / 5);
  overflow: hidden;
  border-top: 1px solid var(--line);
}

.project-preview:last-child a {
  border-bottom: 1px solid var(--line);
}

.project-preview__meta {
  position: relative;
  z-index: 2;
  width: min(44%, 420px);
  min-height: calc((100svh - 68px) / 5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 18px clamp(20px, 2.1vw, 34px);
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.72) 58%, rgba(7, 7, 7, 0));
}

.project-preview__meta span,
.project-heading dt,
.next-project span {
  display: block;
  margin-bottom: 14px;
  color: var(--quiet);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.project-preview__meta h3 {
  max-width: 360px;
  font-size: clamp(25px, 2vw, 38px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  transition: color 180ms ease, transform 220ms ease;
  text-transform: uppercase;
}

.project-preview__meta p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.project-preview__arrow {
  display: block;
  margin-top: 16px;
  color: var(--text);
  line-height: 1;
  transition: transform 220ms ease;
}

.inline-arrow {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.project-preview__arrow .inline-arrow {
  width: 30px;
  height: 30px;
}

.back-link__arrow .inline-arrow {
  width: 14px;
  height: 14px;
}

.project-preview__media,
.project-film figure {
  margin: 0;
  overflow: hidden;
  background: var(--panel);
}

.project-preview__media {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
}

.project-preview__media img,
.project-preview__media video,
.project-film img,
.project-film video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, opacity 300ms ease;
}

.project-preview--indigo-children .project-preview__media img {
  object-position: 58% 46%;
}

.project-preview--terrain-lab .project-preview__media img {
  object-position: 70% 24%;
}

.project-preview--mind .project-preview__media img {
  object-position: 58% 36%;
}

.project-preview--kindred .project-preview__media img {
  object-position: center 30%;
}

.project-preview--common-saints .project-preview__media img {
  object-position: 50% 28%;
}

.project-preview__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
}

.project-preview a:hover img,
.project-preview a:focus-visible img,
.project-preview a:hover video,
.project-preview a:focus-visible video {
  transform: scale(1.025);
}

.project-preview.is-previewing .project-preview__media video {
  opacity: 1;
}

.project-preview a:hover .project-preview__meta h3,
.project-preview a:focus-visible .project-preview__meta h3 {
  transform: translateX(6px);
}

.project-preview a:hover .project-preview__arrow,
.project-preview a:focus-visible .project-preview__arrow {
  transform: translate(5px, -5px);
}

.project-film--image figure {
  aspect-ratio: 1 / 1;
}

.project-film--image img {
  object-fit: contain;
}

.project-film video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px var(--gutter) 42px;
  color: var(--muted);
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px clamp(18px, 3vw, 34px);
}

.about-page,
.project-page {
  padding: clamp(70px, 8vw, 128px) var(--gutter) 120px;
}

.about-intro {
  min-height: 34svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 64px;
}

.about-copy {
  max-width: 860px;
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 88px);
}

.about-copy p {
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 36px);
  line-height: 1.2;
}

.about-copy p + p {
  margin-top: 28px;
}

.about-contact {
  max-width: 860px;
  margin-top: clamp(56px, 8vw, 110px);
  border-top: 1px solid var(--line);
  padding-top: clamp(32px, 4vw, 58px);
}

.about-contact dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 80px);
  margin: 0;
}

.about-contact dt {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.about-contact dd {
  margin: 0;
  font-size: clamp(22px, 2vw, 34px);
}

.about-contact a {
  transition: color 180ms ease;
}

.about-contact a:hover,
.about-contact a:focus-visible {
  color: var(--muted);
}

.about-grid,
.project-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(44px, 7vw, 112px);
  row-gap: clamp(24px, 3.2vw, 44px);
  border-top: 1px solid var(--line);
  padding-top: clamp(34px, 5vw, 72px);
}

.about-grid p:not(.eyebrow),
.project-details p:not(.eyebrow),
.plain-list,
.process-list {
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.35;
}

.process-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list {
  display: grid;
  gap: 26px;
}

.process-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.process-list span {
  color: var(--quiet);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  padding-top: 0.18em;
}

.plain-list {
  display: grid;
  gap: 8px;
}

.project-page {
  padding-top: 54px;
  padding-bottom: clamp(42px, 6vw, 72px);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(48px, 7vw, 96px);
  color: var(--muted);
}

.project-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(220px, 0.28fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(44px, 6.5vw, 96px);
}

.project-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.project-heading h1 {
  font-size: clamp(56px, 10vw, 154px);
}

.project-heading dl {
  display: grid;
  gap: 22px;
  margin: 0;
  color: var(--muted);
}

.project-heading dd {
  margin: 0;
  font-size: 16px;
}

.project-film {
  margin-bottom: clamp(58px, 8vw, 118px);
}

.project-film figure {
  aspect-ratio: 16 / 9;
}

.project-details__divider {
  grid-column: 1 / -1;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.project-film--image figure {
  aspect-ratio: 1 / 1;
  max-width: min(100%, 980px);
}

.release-list {
  margin-top: clamp(72px, 10vw, 150px);
  border-top: 1px solid var(--line);
  padding-top: clamp(42px, 6vw, 88px);
}

.release-list h2 {
  margin-bottom: clamp(32px, 5vw, 72px);
  font-size: clamp(38px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.98;
}

.release-list__grid {
  display: grid;
  gap: 0;
}

.release-item {
  display: grid;
  grid-template-columns: minmax(96px, 160px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.release-item:last-child {
  border-bottom: 1px solid var(--line);
}

.release-item img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.release-item h3 {
  margin: 0 0 8px;
  font-size: clamp(26px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.release-item p {
  color: var(--muted);
}

.next-project {
  margin-top: clamp(72px, 10vw, 150px);
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.next-project a {
  display: inline-block;
  color: var(--muted);
}

.next-project strong {
  display: block;
  color: var(--text);
  font-size: clamp(38px, 7vw, 110px);
  font-weight: 400;
  line-height: 0.98;
}

.project-pager {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 72px);
  margin-top: clamp(48px, 7vw, 96px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.project-pager__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
  width: 100%;
  min-width: 0;
  color: var(--muted);
  transition: color 180ms ease;
}

.project-pager__link--next {
  justify-self: end;
  grid-template-columns: minmax(0, 1fr) auto;
  text-align: right;
}

.project-pager__link > span {
  grid-row: span 2;
  color: var(--text);
  line-height: 1;
  transition: transform 220ms ease;
}

.project-pager__link .inline-arrow {
  width: 34px;
  height: 34px;
}

.project-pager__link small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.project-pager__link strong {
  display: block;
  color: var(--text);
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 400;
}

.project-pager__link--prev small,
.project-pager__link--prev strong {
  grid-column: 2;
}

.project-pager__link--next small,
.project-pager__link--next strong {
  grid-column: 1;
}

.project-pager__link--next > span {
  grid-column: 2;
}

.project-pager__link:hover,
.project-pager__link:focus-visible {
  color: var(--text);
}

.project-pager__link--prev:hover > span,
.project-pager__link--prev:focus-visible > span {
  transform: translateX(-6px);
}

.project-pager__link--next:hover > span,
.project-pager__link--next:focus-visible > span {
  transform: translateX(6px);
}

.project-page--common {
  max-width: none;
  padding-inline: clamp(24px, 3vw, 56px);
}

.project-page--common .back-link {
  margin-bottom: clamp(30px, 4vw, 56px);
}

.common-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(36px, 5vw, 88px);
  align-items: end;
  margin-top: clamp(18px, 3vw, 42px);
}

.common-hero__meta {
  display: grid;
  gap: clamp(36px, 6vw, 88px);
  padding-bottom: clamp(24px, 4vw, 56px);
}

.common-hero__meta h1 {
  font-size: clamp(56px, 6vw, 112px);
  line-height: 0.92;
  text-transform: uppercase;
}

.common-hero__meta dl {
  display: grid;
  gap: 30px;
  margin: 0;
}

.common-hero__meta dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.common-hero__meta dd {
  margin: 0;
  font-size: clamp(17px, 1.2vw, 22px);
}

.common-hero__art {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: visible;
  background: var(--panel);
}

.common-hero__art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.common-hero__art figcaption {
  position: absolute;
  left: clamp(18px, 2.4vw, 42px);
  bottom: clamp(18px, 2.4vw, 42px);
  display: grid;
  gap: 8px;
}

.common-hero__art figcaption strong {
  font-size: clamp(34px, 4.2vw, 76px);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.common-hero__art figcaption span {
  color: var(--muted);
  font-size: clamp(15px, 1.2vw, 22px);
  text-transform: uppercase;
}

.common-details {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  column-gap: clamp(44px, 7vw, 112px);
  row-gap: clamp(26px, 4vw, 54px);
  margin-top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.common-details__section {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px) 0;
}

.common-details__divider {
  grid-column: 1 / -1;
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.common-details p:not(.eyebrow),
.common-details .plain-list,
.common-process {
  color: var(--muted);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.55;
}

.common-process {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.common-process li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.common-process span {
  color: var(--quiet);
  font-size: 13px;
  line-height: 1.35;
}

.common-releases {
  padding-top: clamp(28px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
}

.common-releases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 64px);
}

.common-release {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  align-items: start;
  padding: 0 0 clamp(26px, 4vw, 52px);
  min-width: 0;
}

.common-release + .common-release {
  border-left: 0;
  padding-left: 0;
}

.common-release img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.common-release h3 {
  margin: 0 0 14px;
  font-size: clamp(18px, 1.5vw, 28px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.common-release p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .site-header,
  .home .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px var(--gutter);
    background: var(--bg);
    backdrop-filter: none;
  }

  .brand,
  .site-nav a {
    font-size: 11px;
    line-height: 1;
  }

  .brand {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    flex-shrink: 0;
    gap: 14px;
    margin-left: auto;
  }

  .hero {
    position: static;
    min-height: auto;
    padding: 0;
  }

  .home-split {
    display: block;
    min-height: auto;
    padding: 36px var(--gutter) 86px;
  }

  .work-index {
    margin-top: 56px;
  }

  .home-editorial {
    margin-top: 44px;
  }

  .home-portrait {
    width: min(100%, 140px);
    margin-top: 28px;
  }

  .home-editorial__section {
    grid-template-columns: minmax(112px, 0.32fr) minmax(0, 0.68fr);
  }

  .section-label,
  .about-grid,
  .project-details,
  .project-heading {
    grid-template-columns: 1fr;
  }

  .project-list {
    min-height: auto;
    padding-top: 0;
    gap: 42px;
  }

  .project-preview a {
    min-height: auto;
    overflow: visible;
    border-top: 0;
  }

  .project-preview:last-child a {
    border-bottom: 0;
  }

  .project-preview__meta {
    width: 100%;
    min-height: auto;
    padding: 0 0 12px;
    background: none;
  }

  .project-preview__media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .project-preview__media video {
    display: block;
    height: 100%;
  }

  .project-preview__meta h3 {
    max-width: none;
    font-size: clamp(24px, 7vw, 36px);
  }

  .project-preview__meta p {
    margin-top: 8px;
  }

  .project-preview__arrow {
    margin-top: 10px;
  }

  .project-preview__arrow .inline-arrow {
    width: 24px;
    height: 24px;
  }

  .project-film figure {
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .project-film video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    background: #000;
  }

  .project-heading .eyebrow {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
  }

  .project-film--image figure {
    aspect-ratio: 1 / 1;
  }

  .about-contact dl {
    grid-template-columns: 1fr;
  }

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

  .project-pager__link--next {
    justify-self: start;
    text-align: left;
  }

  .project-pager__link--next {
    grid-template-columns: auto minmax(0, max-content);
  }

  .project-pager__link .inline-arrow {
    width: 28px;
    height: 28px;
  }

  .project-pager__link--next > span {
    grid-column: 1;
    grid-row: span 2;
  }

  .project-pager__link--next small,
  .project-pager__link--next strong {
    grid-column: 2;
  }

  .common-hero,
  .common-details,
  .common-releases__grid {
    grid-template-columns: 1fr;
  }

  .common-hero {
    align-items: start;
    margin-top: 32px;
  }

  .common-hero__art {
    min-height: auto;
    aspect-ratio: auto;
  }

  .common-details__section {
    padding: 24px 0;
  }

  .common-release {
    padding-right: 0;
  }
}

@media (min-width: 769px) and (max-height: 760px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 28px;
  }

  .home h1 {
    font-size: clamp(42px, 4vw, 64px);
  }

  .home-kicker {
    margin-bottom: 12px;
  }

  .home-name {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .hero-copy {
    max-width: 300px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.3;
  }

  .home-portrait {
    width: 128px;
    margin-top: 20px;
  }

  .home-editorial {
    margin-top: 30px;
  }

  .home-editorial__section {
    padding: 14px 0;
  }

  .home-editorial ul {
    gap: 4px;
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 10px;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(54px, 18vw, 82px);
  }

  .hero-copy,
  .about-intro h1,
  .section-label h2 {
    font-size: 30px;
  }

  .home-editorial__section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 0;
  }
}

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