/**FONT LICENSE
Copyright 2010, 2012, 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
*/

@font-face {
  font-family: SourceSansPro-Black;
  src: url(fonts/SourceSansPro-Black.ttf);
}

@font-face {
  font-family: SourceSansPro-SemiBold;
  src: url(fonts/SourceSansPro-SemiBold.ttf);
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url(fonts/SourceSansPro-Bold.ttf);
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url(fonts/SourceSansPro-Regular.ttf);
}

:root {
  --ink: #f7f2ea;
  --muted: #b7b0a8;
  --dim: #7e7770;
  --paper: #0e0d0b;
  --panel: #191713;
  --panel-soft: #221f1a;
  --line: rgba(247, 242, 234, 0.16);
  --accent: #e95f44;
  --accent-cool: #70d6c7;
  --accent-warm: #e2c75d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

body:not(.theme-dark) {
  --ink: #111111;
  --muted: #555555;
  --dim: #777777;
  --paper: #ffffff;
  --panel: #f5f3ee;
  --panel-soft: #eeebe3;
  --line: rgba(0, 0, 0, 0.16);
  --accent: #d94f36;
  --accent-cool: #187c72;
  --accent-warm: #9b7b16;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

body.theme-dark {
  background:
    radial-gradient(circle at top left, rgba(112, 214, 199, 0.16), transparent 34rem),
    linear-gradient(180deg, #0b0a09 0%, #14110f 52%, #0e0d0b 100%);
  color: var(--ink);
}

body.home-refresh {
  --ink: #050505;
  --muted: #4a4a4a;
  --dim: #707070;
  --paper: #f7f5ef;
  --line: #050505;
  --accent: #050505;
  --accent-cool: #050505;
  --accent-warm: #050505;
  background: var(--paper);
  color: var(--ink);
}

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

a:hover {
  color: var(--accent-cool);
}

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

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

h1,
h2,
h3,
strong,
span {
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 13, 11, 0.82);
  backdrop-filter: blur(18px);
}

.brand-mark {
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-links a {
  min-height: 36px;
  padding: 8px 12px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 16px;
  line-height: 20px;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  background: rgba(247, 242, 234, 0.08);
}

.home-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto;
  gap: 24px;
  align-items: start;
  width: min(100% - 32px, 1680px);
  margin: 0 auto;
  padding: 16px 0 14px;
  border-bottom: 0;
  background: rgba(247, 245, 239, 0.92);
  backdrop-filter: blur(16px);
}

.home-brand {
  display: inline-grid;
  gap: 2px;
  width: fit-content;
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1;
}

.home-brand span {
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(25px, 2.1vw, 38px);
}

.home-brand small {
  color: var(--muted);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
}

.home-nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px clamp(14px, 2vw, 18px);
  max-width: 720px;
}

.home-nav-links a {
  position: relative;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1;
}

.home-nav-links a:hover {
  color: var(--ink);
}

.home-page .home-nav.is-on-hero .home-nav-links a:hover {
  color: #ffffff;
}

.home-nav-links a::after,
.home-section-top a::after,
.home-link-stack a::after,
.home-headlines a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.home-nav-links a:hover::after,
.home-section-top a:hover::after,
.home-link-stack a:hover::after,
.home-headlines a:hover::after {
  transform: scaleX(1);
}

.home-hero,
.home-statement,
.home-work,
.home-split,
.home-headlines,
.home-footer {
  width: min(100% - 32px, 1680px);
  margin: 0 auto;
}

.home-hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: clamp(24px, 3vw, 48px) 0 clamp(34px, 4vw, 64px);
  border-bottom: 2px solid var(--ink);
}

.home-hero-media {
  position: absolute;
  inset: clamp(24px, 4vw, 64px) 0 auto auto;
  width: min(40vw, 700px);
  height: min(56vh, 620px);
  overflow: hidden;
  border: 2px solid var(--ink);
  background: #000;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: luminosity;
  opacity: 0.86;
}

.home-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  min-height: calc(100vh - 180px);
  padding-top: clamp(120px, 16vw, 260px);
  max-width: min(900px, 54vw);
}

.home-kicker,
.home-label {
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.7vw, 48px);
  line-height: 1.02;
}

.home-hero h1 {
  margin-top: 8px;
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(74px, 10.8vw, 210px);
  line-height: 0.82;
  letter-spacing: 0;
  max-width: 1180px;
}

.home-showreel {
  width: fit-content;
  margin-top: clamp(28px, 4vw, 72px);
  border: 2px solid var(--ink);
  border-radius: 50%;
  padding: 18px 26px;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1;
}

.home-showreel:hover {
  background: var(--ink);
  color: var(--paper);
}

.home-statement {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1.1fr) minmax(260px, 0.55fr);
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(56px, 8vw, 130px) 0;
  border-bottom: 2px solid var(--ink);
}

.home-statement h2,
.home-split h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5.9vw, 104px);
  line-height: 0.94;
  letter-spacing: 0;
}

.home-statement p:last-child {
  color: var(--muted);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.18;
}

.home-work,
.home-headlines {
  padding: clamp(42px, 7vw, 100px) 0;
  border-bottom: 2px solid var(--ink);
}

.home-section-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: start;
  margin-bottom: clamp(32px, 5vw, 76px);
}

.home-section-top h2 {
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(50px, 8vw, 142px);
  line-height: 0.86;
}

.home-section-top a {
  position: relative;
  flex: 0 0 auto;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1;
}

.home-work-list {
  display: grid;
}

.home-work-list a {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 0.9fr) minmax(220px, 0.8fr) minmax(180px, 280px);
  gap: clamp(16px, 3vw, 46px);
  align-items: center;
  min-height: 180px;
  padding: 22px 0;
  border-top: 2px solid var(--ink);
}

.home-work-list a:last-child {
  border-bottom: 2px solid var(--ink);
}

.home-work-list span,
.home-work-list em {
  color: var(--muted);
  font-style: normal;
}

.home-work-list span {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2vw, 32px);
}

.home-work-list strong {
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 86px);
  line-height: 0.9;
}

.home-work-list em {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.12;
}

.home-work-list img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border: 2px solid var(--ink);
  background: #ffffff;
  filter: grayscale(1);
  transition: filter 160ms ease, transform 160ms ease;
}

.home-work-list a:hover img {
  filter: grayscale(0);
  transform: translateY(-4px);
}

.home-work-list a:hover {
  color: var(--ink);
}

.home-split {
  display: grid;
  grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1.12fr) minmax(240px, 0.56fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: start;
  padding: clamp(56px, 8vw, 126px) 0;
  border-bottom: 2px solid var(--ink);
}

.home-link-stack {
  display: grid;
  gap: 14px;
}

.home-link-stack a {
  position: relative;
  width: fit-content;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(22px, 2.8vw, 46px);
  line-height: 1;
}

.home-headlines ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-headlines li {
  display: block;
  border-top: 2px solid var(--ink);
}

.home-headlines li:last-child {
  border-bottom: 2px solid var(--ink);
}

.home-headlines a {
  position: relative;
  display: inline-block;
  padding: clamp(18px, 2.6vw, 38px) 0;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 5vw, 82px);
  line-height: 0.96;
}

.home-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 46px;
  color: var(--muted);
  font-size: 18px;
}

.home-footer div {
  display: flex;
  gap: 18px;
}

body.rui-main {
  --ink: #0a0a0a;
  --muted: rgba(10, 10, 10, 0.68);
  --paper: #ffffff;
  --hero-blue: #a9afbf;
  --soft-blue: #b4bac8;
  --line: rgba(10, 10, 10, 0.18);
}

.rui-main .home-nav {
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  width: 100%;
  padding: 18px 22px 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
  color: var(--ink);
  mix-blend-mode: normal;
  transition: color 180ms ease, background 180ms ease, backdrop-filter 180ms ease;
}

.home-page .home-nav.is-on-hero {
  color: #ffffff;
}

.rui-main .home-brand,
.rui-main .home-nav-links a,
.rui-main .home-place {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1;
  font-weight: 400;
}

.rui-main .home-brand,
.rui-main .home-nav-links a,
.rui-main .home-place {
  color: inherit;
}

.rui-main .home-brand {
  display: block;
}

.rui-main .home-brand::after {
  content: "\00AE";
  font-size: 0.55em;
  vertical-align: top;
}

.rui-main .home-nav-links {
  gap: clamp(18px, 2.1vw, 30px);
  justify-content: center;
  max-width: none;
}

.rui-main .home-place {
  justify-self: end;
  margin: 0;
}

.rui-main .home-nav-links a::after {
  height: 1px;
}

.rui-hero {
  position: relative;
  min-height: calc(100vh + 42px);
  min-height: calc(100svh + 24px);
  margin-top: -42px;
  overflow: hidden;
}

.home-page main {
  position: relative;
  background: transparent;
}

.home-page .rui-hero {
  position: sticky;
  top: 0;
  z-index: 0;
}

.home-page .rui-intro,
.home-page .rui-work,
.home-page .rui-headlines,
.home-page .home-footer {
  position: relative;
  z-index: 2;
}

.rui-hero-art {
  position: absolute;
  inset: 0 0 0 0vw;
  display: grid;
  place-items: center;
}

.rui-hero-video,
.rui-hero-gif {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  mix-blend-mode: normal;
  opacity: 0;
  transition: opacity 520ms ease;
}

.rui-hero-video.is-active,
.rui-hero-gif.is-active {
  opacity: 1;
}

.rui-hero-video.is-switching,
.rui-hero-gif.is-switching {
  opacity: 0;
}

.home-refresh.rui-main .home-nav,
.home-refresh .rui-hero-copy,
.home-refresh .rui-showreel {
  animation: rui-home-rise 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.home-refresh .rui-hero-copy {
  animation-delay: 80ms;
}

.home-refresh .rui-showreel {
  animation-delay: 220ms;
}

.rui-hero-copy {
  position: absolute;
  left: 22px;
  bottom: 108px;
  z-index: 2;
  width: min(62vw, 760px);
  padding: 0;
}

.rui-hero h1 {
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  color: #ffffff;
}

.rui-showreel {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 18px 9px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px) saturate(1.18);
  color: #ffffff;
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease, color 220ms ease;
}

.rui-showreel span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1.6px solid #ffffff;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: rui-eye-blink 4.8s ease-in-out infinite;
  transform-origin: center;
}

.rui-showreel span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

@keyframes rui-eye-blink {
  0%,
  88%,
  100% {
    transform: scaleY(1);
  }

  92% {
    transform: scaleY(0.16);
  }

  95% {
    transform: scaleY(1);
  }
}

.rui-showreel:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  transform: translateY(-2px);
}

.error-hero .rui-hero-copy {
  width: min(72vw, 920px);
}

.rui-intro,
.rui-expertise,
.rui-work,
.rui-headlines,
.rui-duo,
.rui-main .home-footer {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.rui-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 1.2fr);
  gap: clamp(36px, 7vw, 88px);
  padding-top: clamp(88px, 10vw, 168px);
  padding-bottom: clamp(24px, 8vw, 24px);
  background: #ffffff;
}

.home-page .rui-intro {
  min-height: 100vh;
  align-content: center;
  padding-top: clamp(96px, 11vw, 176px);
  padding-bottom: clamp(96px, 11vw, 176px);
  box-shadow: 0 -1px 0 #ffffff;
}

.rui-intro h2,
.rui-expertise h2,
.rui-duo h2 {
  font-family:  SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.25vw, 48px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.rui-intro p {
  color: #a6a6a6;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.14;
}

.rui-inline-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 10px;
}

.rui-inline-links a,
.rui-expertise a,
.rui-section-head a,
.rui-duo a {
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.rui-inline-links a:hover,
.rui-expertise a:hover,
.rui-section-head a:hover,
.rui-duo a:hover {
  background: var(--ink);
  color: #ffffff;
}

.rui-expertise {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(52px, 7vw, 96px);
  background: #f0f0f0;
}

.rui-expertise p,
.rui-duo p {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 26px);
}

.rui-work {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.rui-section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: clamp(24px, 4vw, 32px);
}

.rui-section-head h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.rui-work-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rui-work-grid a {
  display: grid;
  gap: 8px;
  color: var(--ink);
  transform-origin: center bottom;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rui-work-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--hero-blue);
  transform: scale(1.001);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rui-work-grid a:hover {
  transform: translateY(-6px);
}

.rui-work-grid a:hover img,
.rui-work-grid a:hover .work-thumb-cycle img,
.rui-work-grid a:hover .work-thumb-cycle video {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.05);
}

.rui-work-grid .work-thumb-cycle img,
.rui-work-grid .work-thumb-cycle video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rui-work-grid .work-thumb-video-strip {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}

.rui-work-grid .work-thumb-video-strip video {
  position: static;
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  max-width: none;
  object-fit: contain;
}

.rui-work-grid .work-thumb-cycle video {
  opacity: 0;
}

.rui-work-grid .work-thumb-cycle.is-playing video {
  opacity: 1;
}

.rui-work-grid .work-thumb-cycle-repeat.is-playing .work-thumb-video-strip {
  opacity: 1;
}

.rui-work-grid .work-thumb-cycle.is-playing img {
  opacity: 0;
}


.rui-work-grid span {
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
}

.rui-work-grid strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 3.8vw, 24px);
  font-weight: 400;
  line-height: 0.98;
}

.rui-headlines {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.rui-headlines > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 18px 0 20px;
  border-top: 1px solid #ededed;
  color: var(--ink);
}

.rui-headlines span {
  color: rgba(10, 10, 10, 0.56);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.rui-headlines strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.rui-headlines > a:last-child {
  border-bottom: 1px solid #ededed;
}

.rui-headlines > a:hover strong {
  color: #a6a6a6;
}

.home-motion-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--home-motion-index, 0) * 55ms);
}

.home-motion-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-motion-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--page-motion-index, 0) * 55ms);
}

.page-motion-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.music-index .media-list article > a,
.art-practice-selected > a,
.as-she-talks > a,
.news-list article,
.future-talk-slides .slide {
  transform-origin: center bottom;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms ease;
}

.music-index .media-list article > a:hover,
.art-practice-selected > a:hover,
.as-she-talks > a:hover,
.news-list article:hover,
.future-talk-slides .slide:hover {
  transform: translateY(-6px);
}

@keyframes rui-home-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rui-home-art {
  from {
    opacity: 0;
    transform: scale(1.62) translate(8%, 2%);
  }

  to {
    opacity: 0.82;
    transform: scale(1.5) translate(6%, -1%);
  }
}

.rui-duo {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.rui-duo-reverse {
  background: var(--soft-blue);
}

.rui-duo figure {
  margin: 0;
}

.rui-duo img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: var(--hero-blue);
}

.rui-duo div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rui-duo h2,
.rui-duo p {
  flex: 0 0 100%;
}

.rui-main .home-footer {
  width: 100%;
  margin: 0;
  border-top: 0;
  background: #ffffff;
}

.utility-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 92px;
  padding: 0 22px;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1;
}

.utility-footer .footer-left,
.utility-footer .footer-links,
.utility-footer .footer-social {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.9vw, 28px);
}

.utility-footer .footer-left {
  justify-content: flex-start;
}

.utility-footer .footer-links {
  justify-content: center;
}

.utility-footer .footer-social {
  justify-content: flex-end;
}

.utility-footer a,
.utility-footer span {
  color: var(--ink);
  white-space: nowrap;
}

.utility-footer a {
  text-decoration: none;
}

.utility-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.utility-footer .footer-social a {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(18px, 1.55vw, 24px);
}

.index-page {
  background: #ffffff;
  color: var(--ink);
}

.index-page .home-nav {
  position: sticky;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
  mix-blend-mode: normal;
  padding-bottom: 18px;
}

.index-page .home-nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.index-hero {
  min-height: clamp(420px, 58vh, 680px);
  display: grid;
  align-content: end;
  padding: clamp(112px, 13vw, 190px) 22px clamp(34px, 5vw, 70px);
}

.index-hero p {
  max-width: 920px;
  margin-bottom: 14px;
  color: var(--muted);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 3.6vw, 58px);
  line-height: 0.98;
}

.index-hero h1 {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(96px, 19vw, 300px);
  font-weight: 400;
  line-height: 0.78;
}

.index-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(10, 10, 10, 0.22);
  border-bottom: 1px solid rgba(10, 10, 10, 0.22);
}

.index-categories a {
  min-height: clamp(170px, 22vw, 330px);
  padding: 20px 22px;
  border-right: 1px solid rgba(10, 10, 10, 0.22);
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 82px);
  line-height: 0.93;
}

.index-categories a:last-child {
  border-right: 0;
}

.index-feature,
.index-projects {
  display: grid;
  gap: 22px;
  padding: 22px;
}

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

.index-projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.index-feature a,
.index-projects a {
  display: grid;
  gap: 10px;
  color: var(--ink);
}

.index-feature img,
.index-projects img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: var(--hero-blue);
}

.index-projects a:nth-child(1) img,
.index-projects a:nth-child(4) img {
  padding: clamp(16px, 3vw, 46px);
}

.index-feature span,
.index-projects span {
  color: var(--muted);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.35vw, 18px);
}

.index-feature strong,
.index-projects strong {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.6vw, 62px);
  font-weight: 400;
  line-height: 0.98;
}

.index-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  padding: clamp(58px, 8vw, 116px) 22px;
  background: var(--soft-blue);
}

.index-band-blue {
  background: var(--hero-blue);
}

.index-band div {
  flex: 1 1 min(720px, 100%);
  margin-right: auto;
}

.index-band p {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 28px);
}

.index-band h2 {
  max-width: 1180px;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(38px, 5.2vw, 86px);
  font-weight: 400;
  line-height: 0.98;
}

.index-band > a,
.media-list article > a {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1;
}

.media-list {
  display: grid;
  gap: 1px;
  padding: 22px;
  background: rgba(10, 10, 10, 0.22);
}

.media-list article {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 54px);
  background: #ffffff;
}

.media-list article > a {
  justify-self: start;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 4px;
}

.media-list strong {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(36px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.92;
}

.work-index main {
  background: #ffffff;
}

.work-hero,
.work-jump-links,
.work-feature,
.work-grid,
.work-feature-grid,
.work-band {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.work-hero {
  display: grid;
  align-content: end;
  min-height: clamp(560px, 74vh, 820px);
  padding-top: clamp(130px, 14vw, 210px);
  padding-bottom: clamp(52px, 8vw, 118px);
  background: url("assets/works-hero.png");
  background-position: center;
  background-size: cover;
}

.work-hero p {
  max-width: 760px;
  margin-bottom: clamp(18px, 2vw, 28px);
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.08;
}

.work-hero p span {
  color: #0a0a0a;
}

.work-index .home-nav,
.work-hero p,
.work-jump-links a {
  animation: work-soft-rise 820ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.work-hero p {
  animation-delay: 90ms;
}

.work-jump-links a {
  animation-delay: calc(180ms + (var(--work-link-index, 0) * 50ms));
}

.work-hero h1 {
  max-width: 1120px;
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(52px, 8.4vw, 128px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.work-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
}

.work-jump-links a {
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.work-jump-links a:hover {
  background: var(--ink);
  color: #ffffff;
}

.work-motion-item {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--work-motion-index, 0) * 55ms);
}

.work-motion-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.work-feature {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: 16px;
}

.work-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 36px);
}

.work-section-head p,
.work-band p {
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.work-section-head h2,
.work-band h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.7vw, 48px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.work-feature-grid,
.work-grid {
  display: grid;
  gap: 16px;
}

.work-feature > .work-feature-grid {
  padding-left: 0;
  padding-right: 0;
}

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

.work-feature-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-index .work-grid.work-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-index .work-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0;
  padding-bottom: clamp(72px, 9vw, 132px);
}

.work-feature-grid-spaced {
  padding-top: 22px;
  padding-bottom: clamp(72px, 9vw, 132px);
}

.work-feature-grid a,
.work-grid a {
  display: grid;
  gap: 8px;
  color: var(--ink);
  transform-origin: center bottom;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), opacity 520ms ease;
}

.work-feature-grid img,
.work-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--hero-blue);
  transform: scale(1.001);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-feature-grid a:hover,
.work-grid a:hover,
.work-studio-grid a:hover {
  transform: translateY(-6px);
}

.work-feature-grid a:hover img,
.work-grid a:hover img,
.work-studio-grid a:hover img,
.work-feature-grid a:hover .work-thumb-cycle img,
.work-feature-grid a:hover .work-thumb-cycle video,
.work-grid a:hover .work-thumb-cycle img,
.work-grid a:hover .work-thumb-cycle video {
  transform: scale(1.035);
  filter: contrast(1.04) saturate(1.05);
}

.work-thumb-cycle {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hero-blue);
}

.work-feature-grid .work-thumb-cycle img,
.work-feature-grid .work-thumb-cycle video,
.work-grid .work-thumb-cycle img,
.work-grid .work-thumb-cycle video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 220ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-feature-grid .work-thumb-video-strip,
.work-grid .work-thumb-video-strip {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 220ms ease;
}

.work-feature-grid .work-thumb-video-strip video,
.work-grid .work-thumb-video-strip video {
  position: static;
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  max-width: none;
  object-fit: contain;
}

.work-feature-grid .work-thumb-cycle video,
.work-grid .work-thumb-cycle video {
  opacity: 0;
}

.work-feature-grid .work-thumb-cycle.is-playing video,
.work-grid .work-thumb-cycle.is-playing video {
  opacity: 1;
}

.work-feature-grid .work-thumb-cycle-repeat.is-playing video,
.work-grid .work-thumb-cycle-repeat.is-playing video {
  opacity: 1;
}

.work-feature-grid .work-thumb-cycle-repeat.is-playing .work-thumb-video-strip,
.work-grid .work-thumb-cycle-repeat.is-playing .work-thumb-video-strip {
  opacity: 1;
}

.work-feature-grid .work-thumb-cycle.is-playing img,
.work-grid .work-thumb-cycle.is-playing img {
  opacity: 0;
}

.work-feature-grid .work-thumb-cycle-gif .work-thumb-gif,
.work-grid .work-thumb-cycle-gif .work-thumb-gif {
  opacity: 0;
}

.work-feature-grid .work-thumb-cycle-gif.is-playing .work-thumb-gif,
.work-grid .work-thumb-cycle-gif.is-playing .work-thumb-gif {
  opacity: 1;
}

.work-feature-grid .work-thumb-cycle-gif.is-playing img:not(.work-thumb-gif),
.work-grid .work-thumb-cycle-gif.is-playing img:not(.work-thumb-gif) {
  opacity: 0;
}

.work-thumb-cycle-slow img {
  transition: opacity 1200ms ease-in-out;
}

.work-grid a:nth-child(1) img,
.work-grid a:nth-child(4) img {
  padding: 0;
}

.work-feature-grid span,
.work-grid span {
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.4vw, 16px);
}

.work-feature-grid strong,
.work-grid strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 400;
  line-height: 0.98;
}

.work-studio {
  padding-bottom: clamp(72px, 9vw, 132px);
  background: #ffffff;
}

.work-studio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.work-studio-grid a {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--ink);
  transform-origin: center bottom;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-studio-grid img,
.work-studio-text-card {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--hero-blue);
  transform: scale(1.001);
  transition: transform 720ms cubic-bezier(0.16, 1, 0.3, 1), filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.work-studio-text-card {
  display: grid;
  align-content: space-between;
  min-width: 0;
  padding: clamp(18px, 2vw, 28px);
  background: #2db071;
  color: #ffffff;
}

.work-studio-purple {
  background: #871bad;
}

.work-studio-indigo {
  background: #431bad;
}

.work-studio-grid span,
.work-studio-text-card span {
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
}

.work-studio-text-card span {
  color: rgba(255, 255, 255, 0.72);
}

.work-studio-grid strong,
.work-studio-text-card strong {
  min-width: 0;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 400;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.work-studio-text-card strong {
  color: #ffffff;
}

.work-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
  background: #f0f0f0;
}

.work-band-blue {
  background: var(--hero-blue);
}

.work-band-research {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vw, 860px);
  align-content: flex-end;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18)),
    url("formulas/campaign/campaign_3/images/ai-agent.gif");
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.work-band-research p,
.work-band-research h2,
.work-band-research .work-band-actions,
.work-band-research .work-band-actions a {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.work-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(22px, 3vw, 36px);
}

.work-band-research .work-band-actions a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  padding: 10px 16px;
  background: #ffffff;
  color: #0a0a0a;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.research-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 22px;
  padding: 0 6px;
  border-radius: 4px;
  background: #ffffff;
  color: #0a0a0a;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  line-height: 1;
}

.research-logo-tue {
  background: #c8192e;
}

.work-band-research .work-band-actions a:hover {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #ffffff;
}

.work-band-research .work-band-actions a:hover .research-logo {
  background: #ffffff;
  color: #0a0a0a;
}

.work-band-research .work-band-actions a:nth-child(2) {
  border-color: #0a0a0a;
  background: #0a0a0a;
  color: #ffffff;
}

.work-band-research .work-band-actions a:nth-child(2):hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #0a0a0a;
}

.work-band-research .work-band-actions a:nth-child(2):hover .research-logo {
  background: #0a0a0a;
  color: #ffffff;
}

@keyframes work-soft-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-refresh.rui-main .home-nav,
  .home-refresh .rui-hero-copy,
  .home-refresh .rui-showreel,
  .rui-showreel span,
  .home-motion-item,
  .page-motion-item,
  .music-index .media-list article > a,
  .art-practice-selected > a,
  .as-she-talks > a,
  .news-list article,
  .future-talk-slides .slide,
  .rui-work-grid a,
  .rui-work-grid img,
  .rui-work-grid .work-thumb-cycle img,
  .rui-work-grid .work-thumb-cycle video,
  .work-index .home-nav,
  .work-hero p,
  .work-jump-links a,
  .work-motion-item,
  .work-feature-grid a,
  .work-grid a,
  .work-studio-grid a,
  .work-feature-grid img,
  .work-grid img,
  .work-studio-grid img,
  .work-thumb-cycle img,
  .work-thumb-cycle video {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .rui-hero-video,
  .rui-hero-gif {
    display: none;
  }
}

.work-band div {
  flex: 1 1 min(780px, 100%);
  margin-right: auto;
}

.work-band p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.work-band h2 {
  max-width: 1120px;
}

.work-band > a {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1;
}

.media-list span {
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 24px);
}

.media-list audio {
  width: min(100%, 760px);
  height: 48px;
}

.music-hero,
.music-statement,
.music-listening {
  width: 100%;
  padding-left: 22px;
  padding-right: 22px;
}

.music-hero {
  display: grid;
  align-items: end;
  min-height: 100vh;
  padding: clamp(130px, 14vw, 210px) 22px clamp(52px, 8vw, 118px);
  background: url("assets/music-hero.png");
  background-position: center;
  background-size: cover;
}

.music-hero h1 {
  max-width: 1120px;
  color: #0a0a0a;
  font-family: -apple-system, SourceSansPro-Bold, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 7.2vw, 96px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.music-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 42px);
}

.music-hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 9px 16px 9px 13px;
  color: #0a0a0a;
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.music-hero-links a:hover {
  background: var(--ink);
  color: #ffffff;
}

.music-hero-links svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.music-statement {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
  background: #ffffff;
}

.music-statement div {
  max-width: 1120px;
}

.music-statement p {
  margin-bottom: 14px;
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 24px);
  line-height: 1.1;
}

.music-statement h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.7vw, 48px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.music-index .media-list {
  gap: 0;
  padding: clamp(56px, 8vw, 110px) 22px clamp(72px, 8vw, 124px);
  background: #ffffff;
}

.music-index .media-list article {
  gap: 18px;
  padding: clamp(24px, 4vw, 42px) 0;
  border-top: 1px solid rgba(10, 10, 10, 0.18);
  background: transparent;
}

.music-index .media-list article:last-child {
  border-bottom: 1px solid rgba(10, 10, 10, 0.18);
}

.music-index .media-list article > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: baseline;
  justify-self: stretch;
  border: 0;
  padding: 0;
}

.music-index .media-list strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 400;
  line-height: 0.98;
}

.music-index .media-list span {
  justify-self: end;
  color: #a6a6a6;
  font-size: clamp(15px, 1.4vw, 18px);
  text-align: right;
}

.music-index .media-list audio {
  width: 100%;
  height: 44px;
}

.art-index .rui-headlines {
  background: var(--soft-blue);
}

.expertise-page {
  background: #ffffff;
}

.expertise-hero {
  display: grid;
  align-content: end;
  min-height: clamp(560px, 86vh, 920px);
  padding: clamp(108px, 14vw, 210px) 22px clamp(42px, 7vw, 100px);
  background: var(--soft-blue);
}

.expertise-hero h1 {
  max-width: 1360px;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(54px, 7.4vw, 126px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.expertise-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
  padding: clamp(64px, 9vw, 140px) 22px;
  background: #ffffff;
}

.expertise-intro h2,
.expertise-callout h2 {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(40px, 5.8vw, 96px);
  font-weight: 400;
  line-height: 0.98;
}

.expertise-intro nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.expertise-intro a,
.expertise-block a,
.expertise-callout a {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1;
}

.expertise-intro a:hover,
.expertise-block a:hover,
.expertise-callout a:hover {
  background: var(--ink);
  color: #ffffff;
}

.expertise-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 84px);
  padding: clamp(54px, 7vw, 112px) 22px;
  border-top: 1px solid rgba(10, 10, 10, 0.24);
  background: #ffffff;
}

.expertise-block:nth-of-type(odd) {
  background: var(--hero-blue);
}

.expertise-block > div:first-child p {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 28px);
}

.expertise-block h2 {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, 6vw, 108px);
  font-weight: 400;
  line-height: 0.9;
}

.expertise-block h3 {
  max-width: 980px;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 4.6vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}

.expertise-block > div:last-child p {
  max-width: 740px;
  margin: 20px 0 26px;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.14;
}

.expertise-image {
  padding: 22px;
  background: var(--soft-blue);
}

.expertise-image img {
  width: 100%;
  max-height: 78vh;
  object-fit: cover;
}

.expertise-callout {
  display: grid;
  gap: 24px;
  padding: clamp(74px, 10vw, 150px) 22px;
  background: var(--soft-blue);
}

.expertise-callout p {
  max-width: 840px;
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.14;
}

.expertise-selected {
  padding: clamp(56px, 8vw, 110px) 22px clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.expertise-selected > a {
  display: block;
  max-width: 1180px;
  padding: 16px 0 18px;
  border-top: 1px solid rgba(10, 10, 10, 0.35);
  color: var(--ink);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 82px);
  font-weight: 400;
  line-height: 0.98;
}

.expertise-selected > a:last-child {
  border-bottom: 1px solid rgba(10, 10, 10, 0.35);
}

.news-hero {
  background: #ffffff;
}

.news-feature {
  padding: clamp(42px, 7vw, 100px) 22px;
  background: var(--soft-blue);
}

.news-feature a {
  display: grid;
  gap: 18px;
  max-width: 1320px;
  color: var(--ink);
}

.news-feature span,
.news-list p,
.news-list time {
  color: var(--muted);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.1;
}

.news-feature strong {
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(54px, 8vw, 132px);
  font-weight: 400;
  line-height: 0.9;
}

.news-feature p {
  max-width: 900px;
  color: var(--muted);
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.12;
}

.news-list {
  background: #ffffff;
  border-top: 1px solid #ededed;
}

.news-list article {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(22px, 3vw, 44px) 22px;
  border-bottom: 1px solid #ededed;
}

.news-list article:nth-child(even) {
  background: rgb(255, 255, 255);
}

.news-list h2 {
  max-width: 1180px;
  margin: 8px 0 18px;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 400;
  line-height: 0.98;
}

.news-list a {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1;
}

.news-list a:hover {
  background: var(--ink);
  color: #ffffff;
}

.art-practice {
  background: #ffffff;
}

.art-practice-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  gap: clamp(28px, 5vw, 96px);
  align-items: end;
  min-height: 100vh;
  min-height: 100svh;
  margin-top: -42px;
  padding: clamp(130px, 14vw, 210px) 22px clamp(52px, 8vw, 118px);
  overflow: hidden;
  background: url("assets/art-hero.png");
  background-position: center;
  background-size: cover;
}

.art-practice-hero > div {
  position: relative;
  z-index: 1;
}

.art-practice-hero p {
  max-width: 760px;
  margin-bottom: clamp(18px, 2vw, 28px);
  color: #a6a6a6;
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.08;
}

.art-practice-hero h1 {
  max-width: 1120px;
  color: #fffb59;
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(48px, 7.2vw, 96px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
}

.art-practice-hero figure {
  display: none;
  margin: 0;
}

.art-practice-hero img {
  width: 100%;
  min-height: clamp(420px, 58vh, 680px);
  object-fit: contain;
  mix-blend-mode: multiply;
  background: var(--soft-blue);
}

.art-practice-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.68fr);
  gap: clamp(36px, 7vw, 88px);
  padding: clamp(88px, 10vw, 168px) 22px clamp(64px, 8vw, 110px);
  background: #ffffff;
}

.art-practice-intro h2,
.art-practice-callout h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 4.5vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.art-practice-intro nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 10px;
}

.art-practice-intro a,
.art-practice-panel a,
.art-practice-callout a {
  display: inline-flex;
  width: fit-content;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1;
}

.art-practice-intro a:hover,
.art-practice-panel a:hover,
.art-practice-callout a:hover {
  background: var(--ink);
  color: #ffffff;
}

.art-practice-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(90px, 0.14fr) minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: end;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(72px, 8vw, 124px) 22px;
  border-top: 0;
  overflow: hidden;
}

.art-practice-panel:nth-of-type(even) {
  background: #f0f0f0;
}

.art-calligraphy-images {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #ffffff;
}

.art-calligraphy-images::after {
  content: none;
}

.art-calligraphy-images video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#calligraphy > p,
#calligraphy > h2,
#calligraphy > div:not(.art-calligraphy-images) {
  position: relative;
  z-index: 1;
}

#calligraphy > p,
#calligraphy h2,
#calligraphy h3 {
  color: #0a0a0a;
}

#calligraphy div p {
  color: rgba(10, 10, 10, 0.68);
}

#calligraphy a {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

#calligraphy a:hover {
  background: #0a0a0a;
  color: #ffffff;
}

.art-writing-videos {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0a0a0a;
}

.art-writing-videos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.art-writing-videos video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#writing > p,
#writing > h2,
#writing > div:not(.art-writing-videos) {
  position: relative;
  z-index: 1;
}

#writing > p,
#writing h2,
#writing h3 {
  color: #ffffff;
}

#writing div p {
  color: rgba(255, 255, 255, 0.76);
}

#writing a {
  border-color: rgba(255, 255, 255, 0.82);
  color: #ffffff;
}

#writing a:hover {
  background: #ffffff;
  color: #0a0a0a;
}

#performance {
  background: url("assets/as-she-speaks.jpg");
  background-position: center;
  background-size: cover;
}

#performance::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.34);
}

#performance > p,
#performance > h2,
#performance > div {
  position: relative;
  z-index: 1;
}

#performance > p,
#performance h2,
#performance h3 {
  color: #ffffff;
}

#performance div p {
  color: rgba(255, 255, 255, 0.76);
}

#performance a {
  border-color: rgba(255, 255, 255, 0.82);
  color: #ffffff;
}

#performance a:hover {
  background: #ffffff;
  color: #0a0a0a;
}

.art-practice-panel > p,
.art-practice-selected span {
  color: var(--muted);
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1;
}

.art-practice-panel h2 {
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.7vw, 48px);
  font-weight: 400;
  line-height: 0.98;
}

.art-practice-panel h3 {
  max-width: 1000px;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 4.8vw, 32px);
  font-weight: 400;
  line-height: 0.98;
}

.art-practice-panel div p {
  max-width: 760px;
  margin: 20px 0 26px;
  color: var(--muted);
  font-size: clamp(24px, 2vw, 24px);
  line-height: 1.14;
}

.art-practice-image {
  padding: clamp(42px, 6vw, 80px) 22px;
  background: #ffffff;
}

.art-practice-image img {
  width: 100%;
  height: min(86vh, 900px);
  object-fit: cover;
  background: var(--soft-blue);
}

.art-practice-callout {
  display: grid;
  gap: 24px;
  padding: clamp(72px, 8vw, 124px) 22px;
  background: var(--soft-blue);
}

.art-practice-callout p {
  max-width: 840px;
  color: var(--muted);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.14;
}

.art-practice-selected {
  padding: clamp(56px, 8vw, 110px) 22px clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.art-practice-selected > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 18px 0 20px;
  border-top: 1px solid #ededed;
  color: var(--ink);
}

.art-practice-selected > a:last-child {
  border-bottom: 1px solid #ededed;
}

.art-practice-selected span {
  color: rgba(10, 10, 10, 0.56);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.art-practice-selected strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.art-practice-selected > a:hover strong {
  color: #a6a6a6;
}

.as-she-page {
  background: #ffffff;
  color: var(--ink);
}

.as-she-page .home-nav {
  color: #ffffff;
  mix-blend-mode: normal;
}

.as-she-page .home-brand,
.as-she-page .home-nav-links a,
.as-she-page .home-place {
  color: #ffffff;
}

.as-she-page .home-nav-links a:hover {
  color: #ffffff;
}

.as-she-hero {
  display: grid;
  align-items: end;
  min-height: 100vh;
  min-height: 100svh;
  margin-top: -42px;
  padding: clamp(130px, 14vw, 210px) 22px clamp(52px, 8vw, 118px);
  background: url("assets/as-she-speaks.jpg");
  background-position: center;
  background-size: cover;
}

.as-she-hero p,
.as-she-audio p,
.as-she-contact p,
.as-she-talks span {
  color: rgba(10, 10, 10, 0.56);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.as-she-hero h1 {
  max-width: 1180px;
  color: #fffb59;
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(64px, 11vw, 156px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: 0;
}

.as-she-intro,
.as-she-video,
.as-she-talks,
.as-she-audio,
.as-she-contact {
  padding-left: 22px;
  padding-right: 22px;
}

.as-she-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(36px, 7vw, 88px);
  padding-top: clamp(88px, 10vw, 168px);
  padding-bottom: clamp(72px, 8vw, 124px);
}

.as-she-intro h2,
.as-she-video .rui-section-head h2,
.as-she-audio h2,
.as-she-contact h2 {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 5.6vw, 48px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.as-she-intro p {
  color: #a6a6a6;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.14;
}

.as-she-video {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #f0f0f0;
}

.as-she-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0a0a0a;
}

.as-she-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.as-she-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.as-she-tags span,
.as-she-contact a {
  border: 1px solid #e8e8e8;
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--ink);
  font-family: SourceSansPro-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.as-she-image-band {
  padding: clamp(42px, 6vw, 80px) 22px;
  background: #ffffff;
}

.as-she-image-band img,
.as-she-image-band video {
  display: block;
  width: 100%;
  max-height: 86vh;
  object-fit: cover;
  background: var(--soft-blue);
}

.as-she-media-cycle {
  position: relative;
}

.as-she-media-cycle img,
.as-she-media-cycle video {
  transition: opacity 1200ms ease-in-out;
}

.as-she-media-cycle video {
  position: absolute;
  inset: clamp(42px, 6vw, 80px) 22px;
  width: calc(100% - 44px);
  height: calc(100% - (clamp(42px, 6vw, 80px) * 2));
  opacity: 0;
}

.as-she-media-cycle.is-playing img {
  opacity: 0;
}

.as-she-media-cycle.is-playing video {
  opacity: 1;
}

.as-she-talks {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 120px);
}

.as-she-talks > a {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 18px 0 20px;
  border-top: 1px solid #ededed;
  color: var(--ink);
}

.as-she-talks > a:last-child {
  border-bottom: 1px solid #ededed;
}

.as-she-talks strong {
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.as-she-talks > a:hover strong {
  color: #a6a6a6;
}

.as-she-audio {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 72vh;
  padding-top: clamp(72px, 8vw, 124px);
  padding-bottom: clamp(72px, 8vw, 124px);
  overflow: hidden;
  background: #0a0a0a;
  color: #ffffff;
}

.as-she-audio video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.as-she-audio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}

.as-she-audio > div {
  position: relative;
  z-index: 2;
  background: transparent;
}

.as-she-audio::after {
  content: none;
}

.as-she-audio p {
  color: rgba(255, 255, 255, 0.6);
}

.as-she-audio-logo {
  display: block;
  width: min(280px, 52vw);
  height: auto;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.as-she-audio audio {
  width: min(100%, 760px);
  height: 48px;
  margin-top: clamp(24px, 4vw, 42px);
}

.as-she-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding-top: clamp(64px, 8vw, 120px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.as-she-contact figure {
  margin: 0;
}

.as-she-contact img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--soft-blue);
}

.as-she-contact div div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 4vw, 42px);
}

.as-she-contact a:hover {
  background: var(--ink);
  color: #ffffff;
}

.music-detail-page {
  background: #ffffff;
  color: var(--ink);
}

.music-detail-page .contents {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(118px, 13vw, 188px) 22px clamp(72px, 9vw, 132px);
  background: #ffffff;
  color: var(--ink);
}

.music-detail-page .contents > .tag:first-of-type {
  margin-bottom: clamp(12px, 2vw, 24px);
}

.music-detail-page .tag {
  width: fit-content;
  margin: clamp(48px, 7vw, 94px) 0 12px;
  color: rgba(10, 10, 10, 0.56);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.music-detail-page .title {
  width: min(100%, 1280px);
  margin: 0;
}

.music-detail-page .title h1 {
  color: var(--ink);
  font-family: -apple-system, SourceSansPro-Bold, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(58px, 10vw, 148px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.cat-dream-hero-gif {
  display: block;
  width: min(100%, 960px);
  margin-top: clamp(28px, 4vw, 54px);
  object-fit: cover;
}

.music-detail-page .subtitle {
  margin-top: clamp(72px, 10vw, 148px);
  padding-top: clamp(24px, 3vw, 36px);
  border-top: 1px solid rgba(10, 10, 10, 0.18);
}

.music-detail-page .subtitle h2 {
  max-width: 1080px;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5.7vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.music-detail-page .info,
.music-detail-page .link,
.music-detail-page .description {
  width: min(100%, 920px);
  margin-left: 0;
}

.music-detail-page .description {
  margin-top: clamp(18px, 2.4vw, 34px);
}

.music-detail-page .description p,
.music-detail-page .info p,
.music-detail-page .link p {
  color: rgba(10, 10, 10, 0.68);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.18;
  white-space: pre-line;
}

.music-detail-page .info {
  margin-top: 14px;
}

.music-detail-page .info p,
.music-detail-page .link p {
  color: rgba(10, 10, 10, 0.46);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.25;
}

.music-detail-page .info span,
.music-detail-page .link span {
  color: var(--ink) !important;
}

.music-detail-page .link {
  margin-top: 8px;
}

.music-detail-page .link a,
.music-detail-page .info a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.music-detail-page audio {
  width: min(100%, 760px);
  height: 48px;
  margin: clamp(18px, 2.6vw, 32px) 0 0;
}

.music-detail-page .break {
  height: clamp(56px, 8vw, 112px);
}

.music-detail-page .detail-standard-footer {
  display: none;
}

.future-talk-page {
  background: #ffffff;
  color: var(--ink);
}

.future-talk-hero {
  position: relative;
  display: grid;
  align-content: end;
  height: 100vh;
  height: 100svh;
  min-height: 0;
  margin-top: -42px;
  padding: clamp(130px, 14vw, 210px) 22px clamp(56px, 8vw, 118px);
  overflow: hidden;
  background: #0a0a0a;
}

.future-talk-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.future-talk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.future-talk-hero div {
  position: relative;
  z-index: 2;
}

.future-talk-hero p,
.future-talk-audio p,
.future-talk-contact p {
  color: rgba(10, 10, 10, 0.56);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.1;
}

.future-talk-hero p {
  color: rgba(255, 255, 255, 0.68);
}

.future-talk-hero h2 {
  max-width: 1320px;
  margin-top: 14px;
  color: #ffffff;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5.7vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.future-talk-audio,
.future-talk-slides,
.future-talk-notes,
.future-talk-contact {
  padding-left: 22px;
  padding-right: 22px;
}

.future-talk-audio {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: end;
  padding-top: clamp(72px, 9vw, 132px);
  padding-bottom: clamp(72px, 9vw, 132px);
  border-bottom: 1px solid #ededed;
}

.future-talk-audio h2,
.future-talk-contact h2 {
  max-width: 980px;
  margin-top: 12px;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5.7vw, 82px);
  font-weight: 400;
  line-height: 0.98;
}

.future-talk-audio audio {
  width: 100%;
  height: 48px;
}

.future-talk-slides {
  padding-top: clamp(56px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 120px);
  background: #ffffff;
}

.future-talk-slides .slide {
  width: min(100%, 1320px);
  margin: clamp(18px, 3vw, 42px) auto 0;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(10, 10, 10, 0.08);
}

.future-talk-slides .slide img {
  display: block;
  width: 100%;
  max-height: none;
}

.future-talk-notes {
  padding-top: clamp(64px, 8vw, 112px);
  padding-bottom: clamp(72px, 9vw, 132px);
  background: #f7f7f7;
}

.future-talk-notes .description {
  width: min(100%, 920px);
}

.future-talk-notes .rui-section-head,
.future-talk-notes .description {
  opacity: 1;
  transform: none;
}

.future-talk-notes .description p {
  color: rgba(10, 10, 10, 0.72);
  font-family: SourceSansPro-Regular, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.22;
}

.future-talk-contact {
  padding-top: clamp(72px, 9vw, 132px);
  padding-bottom: clamp(72px, 9vw, 132px);
  background: #ffffff;
}

.future-talk-contact a {
  display: inline-flex;
  width: fit-content;
  margin-top: clamp(22px, 3vw, 36px);
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 11px 18px;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.future-talk-contact a:hover {
  background: var(--ink);
  color: #ffffff;
}

.modern-page {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: end;
  min-height: calc(100vh - 74px);
  padding: clamp(64px, 9vw, 128px) 0 56px;
}

.hero-copy {
  max-width: 820px;
}

.eyebrow,
.section-kicker,
.work-card span {
  color: var(--accent-cool);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero h1 {
  max-width: 980px;
  margin-top: 18px;
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(54px, 9vw, 132px);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-lede,
.page-hero p,
.intro-grid p,
.research-block blockquote {
  max-width: 760px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.16;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
}

.button-primary {
  background: var(--ink);
  color: var(--paper);
}

.button-primary:hover {
  color: var(--paper);
  background: var(--accent-warm);
}

.button-secondary {
  color: var(--ink);
  background: rgba(247, 242, 234, 0.06);
}

.hero-visual {
  position: relative;
  margin: 0;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(233, 95, 68, 0.18), rgba(112, 214, 199, 0.08)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.intro-grid,
.experience-band,
.work-section,
.path-grid,
.feature-grid,
.page-hero {
  border-top: 1px solid var(--line);
  padding: clamp(48px, 7vw, 96px) 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 32px;
}

.intro-grid h2,
.experience-band h2,
.section-heading h2 {
  margin-top: 12px;
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.98;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.work-card a,
.path-grid a,
.music-list a,
.research-links a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(25, 23, 19, 0.74);
}

.feature-card {
  display: grid;
  gap: 20px;
  min-height: 440px;
  padding: 22px;
  overflow: hidden;
}

.large-card {
  grid-row: span 2;
}

.feature-card span {
  color: var(--accent-warm);
  font-size: 15px;
  text-transform: uppercase;
}

.feature-card img {
  width: 100%;
  min-height: 220px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.feature-card h3 {
  align-self: end;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.02;
}

.experience-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
}

.timeline-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(20px, 2vw, 28px);
}

.timeline-list span {
  color: var(--dim);
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.path-grid a {
  display: grid;
  align-content: space-between;
  min-height: 210px;
  padding: 18px;
}

.path-grid span {
  color: var(--accent);
}

.path-grid strong {
  display: block;
  margin-top: 42px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.05;
}

.path-grid em {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.page-hero {
  padding-top: clamp(72px, 10vw, 150px);
}

.page-hero p:last-child {
  font-size: clamp(20px, 2.1vw, 30px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 28px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.work-card a {
  display: grid;
  gap: 16px;
  min-height: 100%;
  padding: 16px;
}

.work-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(247, 242, 234, 0.04);
}

.work-card h3 {
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.04;
}

.work-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}

.music-list,
.research-links {
  display: grid;
  gap: 10px;
}

.music-list a,
.research-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
}

.music-list strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.music-list span,
.research-links a {
  color: var(--muted);
  font-size: 17px;
}

.research-block blockquote {
  max-width: 1020px;
  margin: 0 0 34px;
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 16px;
}

/* Legacy page support */
.contents {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  padding: 40px 0;
}

.row {
  width: 100%;
  float: left;
}

.colunmleft {
  width: 48%;
  padding-right: 4%;
  float: left;
}

.colunmright {
  width: 48%;
  float: right;
}

.graphic {
  width: min(100%, 760px);
  margin-top: 40px;
}

.slide {
  margin-top: 48px;
  width: 100%;
}

.break,
.break_black {
  border-bottom: 1px solid var(--line);
  width: 100%;
  height: 64px;
}

audio {
  width: 100%;
  height: 64px;
}

.tag {
  color: var(--accent-cool);
  font-size: 18px;
  line-height: 24px;
  padding-top: 48px;
}

.title {
  padding-top: 16px;
}

.title h1 {
  font-family: SourceSansPro-Black, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 4vw, 64px);
  line-height: 1;
}

.subtitle {
  max-width: 960px;
  padding-top: 48px;
}

.subtitle h2 {
  color: var(--muted);
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
}

.description {
  max-width: 880px;
  padding-top: 48px;
}

.description p,
.info p,
.link p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.info {
  padding-top: 24px;
}

.link {
  padding-top: 4px;
}

#navigation {
  position: sticky;
  top: 0;
  z-index: 10;
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
  background: inherit;
}

.tab,
.tab_white {
  display: flex;
  gap: 24px;
  min-height: 64px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

li {
  list-style-type: none;
  color: var(--ink);
  font-family: SourceSansPro-SemiBold, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 32px;
}

a li {
  color: var(--muted);
}

a:hover li {
  color: var(--accent-cool);
}

@media screen and (max-width: 980px) {
  .art-practice-hero,
  .art-practice-intro,
  .art-practice-panel,
  .art-practice-selected > a,
  .as-she-intro,
  .as-she-contact,
  .future-talk-audio,
  .rui-headlines > a,
  .as-she-talks > a {
    grid-template-columns: 1fr;
  }

  .art-practice-hero {
    min-height: 100svh;
    margin-top: -42px;
  }

  .art-practice-hero img {
    min-height: 360px;
  }

  .utility-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .utility-footer .footer-left,
  .utility-footer .footer-links,
  .utility-footer .footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .index-categories,
  .index-feature,
  .index-projects,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-feature-grid {
    grid-template-columns: 1fr;
  }

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

  .work-section-head {
    grid-template-columns: 1fr;
  }

  .rui-main .home-nav {
    grid-template-columns: 1fr auto;
    row-gap: 14px;
  }

  .rui-main .home-nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .rui-hero {
    min-height: calc(100svh + 82px);
    margin-top: -82px;
  }

  .rui-hero-copy {
    width: min(90vw, 680px);
    padding-top: 150px;
  }

  .rui-hero h1 {
    font-size: clamp(54px, 9vw, 78px);
  }

  .rui-intro,
  .rui-expertise,
  .rui-duo,
  .music-index .media-list article > a,
  .expertise-intro,
  .expertise-block {
    grid-template-columns: 1fr;
  }

  .rui-work-grid {
    grid-template-columns: 1fr;
  }

  .home-nav {
    grid-template-columns: 1fr;
  }

  .home-nav-links {
    justify-content: flex-start;
  }

  .home-hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(260px, 52vw, 520px);
    margin-top: 28px;
  }

  .home-hero-copy {
    min-height: auto;
    max-width: 100%;
    padding-top: clamp(38px, 8vw, 80px);
  }

  .home-statement,
  .home-split {
    grid-template-columns: 1fr;
  }

  .home-work-list a {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .home-work-list em {
    grid-column: 2;
  }

  .home-work-list img {
    grid-column: 2;
    max-width: 460px;
  }

  .hero-shell,
  .intro-grid,
  .experience-band,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: auto;
  }

  .feature-grid,
  .work-grid,
  .work-grid.two-up,
  .path-grid {
    grid-template-columns: 1fr 1fr;
  }

  .large-card {
    grid-row: auto;
  }
}

@media screen and (max-width: 640px) {
  .art-practice-hero,
  .art-practice-intro,
  .art-practice-panel,
  .art-practice-image,
  .art-practice-callout,
  .art-practice-selected {
    padding-left: 14px;
    padding-right: 14px;
  }

  .art-practice-hero h1 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .art-practice-intro h2,
  .art-practice-callout h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .art-practice-panel h2 {
    font-size: clamp(24px, 14vw, 48px);
  }

  .art-practice-panel h3,
  .art-practice-selected strong {
    font-size: clamp(34px, 10vw, 54px);
  }

  .index-hero {
    min-height: 380px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .index-hero p {
    font-size: clamp(24px, 8vw, 34px);
  }

  .index-hero h1 {
    font-size: clamp(86px, 30vw, 132px);
  }

  .index-categories,
  .index-feature,
  .index-projects,
  .work-feature-grid,
  .work-grid,
  .work-studio-grid {
    grid-template-columns: 1fr;
  }

  .index-categories a {
    min-height: auto;
    padding: 18px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.22);
    font-size: clamp(42px, 13vw, 62px);
  }

  .index-feature,
  .index-projects,
  .media-list,
  .music-statement,
  .music-listening,
  .work-hero,
  .work-jump-links,
  .work-feature,
  .work-grid,
  .work-feature-grid,
  .work-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .work-hero {
    min-height: 520px;
    padding-top: 150px;
    padding-bottom: 44px;
  }

  .work-hero h1,
  .music-statement h2,
  .work-section-head h2,
  .work-band h2,
  .music-detail-page .title h1 {
    font-size: clamp(42px, 12vw, 62px);
  }

  .music-detail-page .subtitle h2 {
    font-size: clamp(34px, 10vw, 54px);
  }

  .work-grid {
    gap: 22px;
  }

  .work-index .work-grid {
    grid-template-columns: 1fr;
  }

  .work-feature-grid strong,
  .work-grid strong {
    font-size: clamp(28px, 9vw, 42px);
  }

  .index-band {
    padding-left: 14px;
    padding-right: 14px;
  }

  .index-feature strong,
  .index-projects strong,
  .media-list strong {
    font-size: clamp(34px, 11vw, 54px);
  }

  .media-list article > a {
    display: grid;
    border-bottom: 0;
  }

  .music-index .media-list span {
    justify-self: start;
    text-align: left;
  }

  .rui-main .home-nav {
    padding: 14px 14px 0;
  }

  .rui-main .home-brand,
  .rui-main .home-nav-links a,
  .rui-main .home-place {
    font-size: 18px;
  }

  .rui-main .home-nav-links {
    gap: 10px 18px;
  }

  .rui-hero {
    min-height: calc(100svh + 92px);
    margin-top: -92px;
  }

  .rui-hero-copy {
    left: 14px;
    right: 14px;
    bottom: 98px;
    width: auto;
  }

  .rui-hero h1 {
    font-size: clamp(36px, 10.5vw, 52px);
    line-height: 0.98;
  }

  .rui-hero-art {
    inset: 0;
    height: auto;
  }

  .rui-showreel {
    left: 14px;
    bottom: 34px;
  }

  .rui-intro,
  .rui-expertise,
  .rui-work,
  .rui-headlines,
  .rui-duo,
  .as-she-hero,
  .as-she-intro,
  .as-she-video,
  .as-she-image-band,
  .as-she-talks,
  .as-she-audio,
  .as-she-contact,
  .future-talk-hero,
  .future-talk-audio,
  .future-talk-slides,
  .future-talk-notes,
  .future-talk-contact,
  .music-detail-page .contents,
  .rui-main .home-footer,
  .expertise-hero,
  .expertise-intro,
  .expertise-block,
  .expertise-image,
  .expertise-callout,
  .expertise-selected,
  .news-feature,
  .news-list article {
    padding-left: 14px;
    padding-right: 14px;
  }

  .future-talk-hero {
    height: 100svh;
    min-height: 0;
    margin-top: -42px;
  }

  .rui-intro h2,
  .rui-expertise h2,
  .rui-duo h2,
  .expertise-intro h2,
  .expertise-callout h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .home-page .rui-intro {
    min-height: 100svh;
    padding-top: clamp(84px, 18vw, 132px);
    padding-bottom: clamp(84px, 18vw, 132px);
  }

  .expertise-hero {
    min-height: 560px;
  }

  .expertise-hero h1 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .expertise-block h2 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .expertise-block h3,
  .expertise-selected > a,
  .news-list h2 {
    font-size: clamp(34px, 10vw, 54px);
  }

  .news-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news-feature strong {
    font-size: clamp(48px, 14vw, 72px);
  }

  .rui-intro p {
    font-size: 21px;
  }

  .rui-section-head {
    display: grid;
  }

  .rui-section-head h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .rui-duo-reverse figure {
    order: 2;
  }

  body {
    font-size: 17px;
  }

  .home-nav,
  .home-hero,
  .home-statement,
  .home-work,
  .home-split,
  .home-headlines,
  .home-footer {
    width: min(100% - 24px, 1680px);
  }

  .home-brand span {
    font-size: 28px;
  }

  .home-brand small {
    font-size: 15px;
  }

  .home-nav-links {
    gap: 10px 16px;
  }

  .home-nav-links a {
    font-size: 18px;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero h1 {
    font-size: clamp(58px, 21vw, 92px);
    line-height: 0.84;
  }

  .home-kicker,
  .home-label {
    font-size: clamp(20px, 7vw, 30px);
  }

  .home-showreel {
    padding: 14px 18px;
    font-size: 20px;
  }

  .home-statement h2,
  .home-split h2 {
    font-size: clamp(37px, 11vw, 58px);
  }

  .home-section-top {
    display: grid;
  }

  .home-section-top h2 {
    font-size: clamp(50px, 16vw, 78px);
  }

  .home-work-list a {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: auto;
    padding: 24px 0;
  }

  .home-work-list em,
  .home-work-list img {
    grid-column: auto;
  }

  .home-work-list strong {
    font-size: clamp(36px, 12vw, 56px);
  }

  .home-work-list img {
    max-width: none;
    margin-top: 10px;
  }

  .home-link-stack a {
    font-size: clamp(26px, 9vw, 42px);
  }

  .home-headlines a {
    font-size: clamp(34px, 11vw, 54px);
  }

  .home-footer {
    display: grid;
  }

  .site-nav,
  .modern-page,
  .site-footer,
  .contents {
    width: min(100% - 32px, 1320px);
  }

  .site-nav {
    align-items: flex-start;
    padding: 14px 0;
  }

  .nav-links {
    gap: 2px;
  }

  .nav-links a {
    padding: 7px 8px;
    font-size: 15px;
  }

  .hero-shell {
    padding-top: 56px;
  }

  .hero-copy h1,
  .page-hero h1 {
    font-size: clamp(48px, 17vw, 76px);
  }

  .page-hero h1 {
    font-size: clamp(42px, 12vw, 54px);
    line-height: 0.96;
  }

  .feature-grid,
  .work-grid,
  .work-grid.two-up,
  .path-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .path-grid a {
    min-height: auto;
  }

  .timeline-list li,
  .music-list a {
    grid-template-columns: 1fr;
  }

  .music-list a {
    align-items: flex-start;
    flex-direction: column;
  }

  .colunmleft,
  .colunmright {
    width: 100%;
    padding-right: 0;
    float: none;
  }

  .graphic {
    width: 100%;
  }
}


.utility-footer .footer-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.utility-footer .footer-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.formulas-standard-nav {
  --ink: #0a0a0a;
  --muted: rgba(10, 10, 10, 0.68);
  --paper: #ffffff;
  --line: rgba(10, 10, 10, 0.18);
  position: relative;
  z-index: 1000;
  color: var(--ink);
}

.formulas-standard-nav .home-nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  mix-blend-mode: normal;
  padding-bottom: 18px;
}

.clark-story-page {
  background: #050505;
  color: #f5f5f1;
}

.clark-story-page .formulas-standard-nav {
  color: #f5f5f1;
  --ink: #f5f5f1;
  --muted: rgba(245, 245, 241, 0.66);
  --line: rgba(245, 245, 241, 0.2);
}

.clark-story-page .formulas-standard-nav .home-nav {
  background: rgba(5, 5, 5, 0.74);
  border-bottom: 0;
}

.clark-story-page .home-brand,
.clark-story-page .home-nav-links a,
.clark-story-page .home-place {
  color: #f5f5f1;
}

.clark-hero {
  min-height: 100svh;
  display: flex;
  align-items: end;
  padding: clamp(132px, 16vw, 196px) clamp(24px, 7vw, 108px) clamp(72px, 8vw, 120px);
  background:
    radial-gradient(circle at 82% 18%, rgba(196, 67, 96, 0.22), transparent 32%),
    radial-gradient(circle at 22% 74%, rgba(255, 251, 89, 0.13), transparent 28%),
    linear-gradient(145deg, #050505 0%, #111 52%, #050505 100%);
  border-bottom: 1px solid rgba(245, 245, 241, 0.14);
}

.clark-hero-copy p,
.clark-story-intro p,
.clark-chapter-heading span,
.clark-ending span {
  margin: 0;
  color: rgba(245, 245, 241, 0.58);
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clark-hero-copy h1 {
  margin: 18px 0 0;
  max-width: 980px;
  color: #f5f5f1;
  font-size: clamp(72px, 15vw, 184px);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: 0;
}

.clark-hero-copy h2 {
  max-width: 760px;
  margin: clamp(28px, 4vw, 56px) 0 0;
  color: rgba(245, 245, 241, 0.74);
  font-size: clamp(24px, 3.5vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0;
}

.clark-story-intro {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(72px, 10vw, 148px) clamp(24px, 7vw, 108px);
  background: #f5f5f1;
  color: #0a0a0a;
}

.clark-story-intro p {
  color: rgba(10, 10, 10, 0.54);
}

.clark-story-intro h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(32px, 5vw, 76px);
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: 0;
}

.clark-story {
  background: #f5f5f1;
  color: #0a0a0a;
  padding: 0 clamp(24px, 7vw, 108px) clamp(72px, 10vw, 148px);
}

.clark-chapter {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 820px);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(64px, 9vw, 124px) 0;
  border-top: 1px solid rgba(10, 10, 10, 0.16);
}

.clark-chapter-heading {
  position: sticky;
  top: 112px;
  align-self: start;
}

.clark-chapter-heading span {
  color: rgba(10, 10, 10, 0.48);
}

.clark-chapter-heading h2 {
  margin: 12px 0 0;
  max-width: 280px;
  font-size: clamp(34px, 4.8vw, 72px);
  font-weight: 560;
  line-height: 0.96;
  letter-spacing: 0;
}

.clark-prose {
  max-width: 820px;
}

.clark-prose p {
  margin: 0 0 1.15em;
  color: rgba(10, 10, 10, 0.82);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.58;
  letter-spacing: 0;
}

.clark-prose p:first-child {
  color: #0a0a0a;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.28;
}

.clark-ending {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 820px);
  gap: clamp(28px, 6vw, 96px);
  padding: clamp(72px, 9vw, 132px) 0 0;
  border-top: 1px solid rgba(10, 10, 10, 0.16);
}

.clark-ending p {
  grid-column: 2;
  margin: 0;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.9;
  font-weight: 560;
}

.clark-ending span {
  grid-column: 2;
  margin-top: 24px;
  color: rgba(10, 10, 10, 0.54);
}

.clark-story-page .home-footer {
  background: #f5f5f1;
  color: #0a0a0a;
}

@media screen and (max-width: 860px) {
  .clark-hero,
  .clark-story-intro,
  .clark-chapter,
  .clark-ending {
    grid-template-columns: 1fr;
  }

  .clark-hero {
    min-height: auto;
    padding-top: 120px;
  }

  .clark-chapter-heading {
    position: static;
  }

  .clark-ending p,
  .clark-ending span {
    grid-column: auto;
  }
}

@media screen and (max-width: 980px) {
  .work-index .work-grid.work-grid-three {
    grid-template-columns: 1fr;
  }
}
