@font-face {
  font-family: "Fuge Sans";
  src: local("Avenir Next"), local("Avenir"), local("Helvetica Neue");
  font-display: swap;
}

:root {
  --ink: #09080a;
  --ink-soft: #111013;
  --paper: #f1f2ef;
  --paper-deep: #e3e5e1;
  --white: #f7f8f5;
  --mint: #80caa5;
  --mint-bright: #9fddbd;
  --line-dark: rgba(247, 248, 245, 0.13);
  --line-light: rgba(9, 8, 10, 0.15);
  --muted-dark: rgba(247, 248, 245, 0.5);
  --muted-light: rgba(9, 8, 10, 0.55);
  --page-pad: clamp(24px, 4.4vw, 72px);
  --font: "Fuge Sans", "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

.grain {
  position: fixed;
  z-index: 1000;
  inset: 0;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.page-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(247, 248, 245, 0.06);
  pointer-events: none;
}

.page-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: var(--mint);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 84px;
  padding: 0 var(--page-pad);
  color: var(--white);
  border-bottom: 1px solid var(--line-dark);
  transition: background-color 300ms ease, height 300ms ease, transform 300ms ease;
}

.site-header.scrolled {
  height: 70px;
  background: rgba(9, 8, 10, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  justify-self: start;
  width: 104px;
  height: 62px;
  overflow: hidden;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 52px);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.site-nav a {
  position: relative;
  display: flex;
  gap: 9px;
  align-items: baseline;
  padding: 10px 0;
  color: rgba(247, 248, 245, 0.67);
  transition: color 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav span {
  color: var(--mint);
  font-size: 8px;
}

.site-status {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(247, 248, 245, 0.42);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.site-status i {
  width: 5px;
  height: 5px;
  background: var(--mint);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(128, 202, 165, 0.1);
  animation: pulse 2.4s ease-in-out infinite;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 13px 8px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6px 0;
  background: var(--white);
  transition: transform 220ms ease;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  padding: clamp(150px, 20vh, 220px) var(--page-pad) 56px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 10, 0.99) 0%, rgba(9, 8, 10, 0.92) 42%, rgba(9, 8, 10, 0.36) 78%, rgba(9, 8, 10, 0.7) 100%),
    linear-gradient(0deg, rgba(9, 8, 10, 0.92), transparent 58%);
}

.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(247, 248, 245, 0.035) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(90deg, rgba(247, 248, 245, 0.035) 1px, transparent 1px) 0 0 / 96px 96px;
  opacity: 0.45;
}

.hero-diagonals {
  position: absolute;
  z-index: -1;
  top: 14%;
  right: -7vw;
  width: min(760px, 58vw);
  height: 62%;
  background: repeating-linear-gradient(
    151deg,
    transparent 0 56px,
    rgba(247, 248, 245, 0.045) 57px 58px,
    transparent 59px 116px
  );
  clip-path: polygon(21% 0, 100% 0, 79% 100%, 0 100%);
  opacity: 0.8;
  transform: rotate(-2deg);
}

.hero-diagonals i {
  position: absolute;
  display: block;
  width: 36%;
  height: 7%;
  background: rgba(128, 202, 165, 0.05);
  border: 1px solid rgba(128, 202, 165, 0.15);
  transform: skewY(-30deg);
}

.hero-diagonals i:nth-child(1) {
  top: 14%;
  right: 12%;
}

.hero-diagonals i:nth-child(2) {
  top: 45%;
  right: 38%;
  width: 47%;
}

.hero-diagonals i:nth-child(3) {
  right: 2%;
  bottom: 12%;
  width: 25%;
}

.hero-cut {
  position: absolute;
  z-index: -1;
  right: 10.5vw;
  bottom: 17%;
  width: clamp(140px, 16vw, 250px);
  height: clamp(34px, 4.3vw, 68px);
  background: rgba(128, 202, 165, 0.11);
  border: 1px solid rgba(128, 202, 165, 0.25);
  transform: skewY(-30deg);
}

.hero-content {
  width: min(900px, 73vw);
  margin: auto 0;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 33px;
  color: var(--muted-dark);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
}

.eyebrow i {
  width: 42px;
  height: 1px;
  background: var(--mint);
}

.hero h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 250;
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.hero h1 span {
  color: rgba(247, 248, 245, 0.37);
}

.hero-intro {
  max-width: 610px;
  margin: 40px 0 0;
  color: rgba(247, 248, 245, 0.62);
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 350;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 184px;
  min-height: 54px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.icon-arrow {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: currentColor;
  transition: transform 180ms ease;
}

.icon-arrow::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.icon-arrow::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

.icon-arrow-down {
  transform: scaleY(-1);
}

.button:hover .icon-arrow,
.text-link:hover .icon-arrow,
.social-link:hover .icon-arrow {
  transform: translate(2px, -2px);
}

.site-footer a:hover .icon-arrow {
  transform: translate(2px, -2px);
}

.button:hover .icon-arrow-down {
  transform: translate(2px, 2px) scaleY(-1);
}

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

.button-primary:hover {
  background: var(--mint-bright);
  transform: translateY(-2px);
}

.text-link {
  position: relative;
  padding: 10px 0;
  color: rgba(247, 248, 245, 0.68);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: rgba(247, 248, 245, 0.28);
  transition: background-color 180ms ease;
}

.text-link:hover::after {
  background: var(--mint);
}

.text-link .icon-arrow {
  margin-left: 16px;
  vertical-align: -3px;
}

.hero-foot {
  position: absolute;
  right: var(--page-pad);
  bottom: 38px;
  left: var(--page-pad);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line-dark);
  color: rgba(247, 248, 245, 0.35);
  font-size: 8px;
  letter-spacing: 0.22em;
}

.hero-foot p {
  margin: 0;
}

.hero-foot a {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-foot a i {
  width: 1px;
  height: 30px;
  background: linear-gradient(var(--mint) 50%, rgba(247, 248, 245, 0.12) 50%);
  background-size: 100% 200%;
  animation: scroll-line 2.2s ease-in-out infinite;
}

.section {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
}

.statement,
.approach {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3.1fr);
  gap: 48px;
  padding-top: clamp(110px, 14vw, 210px);
  padding-bottom: clamp(110px, 14vw, 210px);
  background:
    linear-gradient(90deg, transparent calc(25% - 1px), rgba(9, 8, 10, 0.08) 25%, transparent calc(25% + 1px)),
    var(--paper);
}

.section-index {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--ink);
}

.section-index > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: var(--mint);
  font-size: 9px;
  font-weight: 600;
}

.section-index p {
  margin: 2px 0 0;
  color: var(--muted-light);
  font-size: 8px;
  line-height: 1.65;
  letter-spacing: 0.18em;
}

.section-kicker {
  color: var(--muted-light);
}

.statement h2,
.approach h2,
.contact h2 {
  margin: 0;
  font-size: clamp(44px, 5.8vw, 88px);
  font-weight: 260;
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.statement h2 span,
.approach h2 span {
  color: rgba(9, 8, 10, 0.32);
}

.statement-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 5vw, 86px);
  max-width: 960px;
  margin-top: 74px;
  padding-top: 25px;
  border-top: 1px solid var(--line-light);
}

.statement-copy p {
  margin: 0;
  color: rgba(9, 8, 10, 0.63);
  font-size: 14px;
  line-height: 2;
}

.service-pair article {
  position: relative;
  padding-top: 26px;
}

.service-pair article::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 42px;
  height: 7px;
  background: var(--mint);
  transform: skewY(-30deg);
}

.service-pair small {
  color: var(--muted-light);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.service-pair h3 {
  margin: 24px 0 22px;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 350;
  letter-spacing: -0.04em;
}

.capabilities {
  padding-bottom: clamp(100px, 12vw, 180px);
  background: var(--paper);
}

.studio {
  position: relative;
  padding-bottom: clamp(110px, 14vw, 200px);
  background: var(--paper-deep);
  overflow: hidden;
  isolation: isolate;
}

.studio::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -8%;
  bottom: 2%;
  width: min(760px, 56vw);
  height: 290px;
  background: repeating-linear-gradient(
    151deg,
    transparent 0 50px,
    rgba(9, 8, 10, 0.045) 51px 52px,
    transparent 53px 104px
  );
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  transform: rotate(-3deg);
  pointer-events: none;
}

.studio-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(8px, 1vw, 16px);
  padding: clamp(70px, 8vw, 120px) var(--page-pad) 0;
}

.studio-row {
  display: grid;
  gap: clamp(8px, 1vw, 16px);
}

.studio-row-top {
  grid-template-columns: 1.88fr 0.738fr 0.754fr;
  height: clamp(320px, 27.5vw, 500px);
}

.studio-row-bottom {
  grid-template-columns: 0.752fr 1.002fr 0.667fr;
  height: clamp(420px, 38vw, 620px);
}

.studio-image {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  background: var(--ink);
  overflow: hidden;
}

.studio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-image:hover img {
  transform: scale(1.025);
}

.studio-image-aerial figcaption,
.director-portrait figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  color: rgba(247, 248, 245, 0.66);
  background: rgba(9, 8, 10, 0.78);
  font-size: 7px;
  letter-spacing: 0.18em;
}

.studio-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3.1fr);
  gap: 48px;
  padding-top: clamp(70px, 8vw, 120px);
}

.studio-label {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.studio-label > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: var(--mint);
  font-size: 12px;
  font-weight: 600;
}

.studio-label p {
  margin: 2px 0 0;
  color: var(--muted-light);
  font-size: 8px;
  line-height: 1.65;
  letter-spacing: 0.18em;
}

.studio-copy h2 {
  margin: 0;
  font-size: clamp(44px, 5.8vw, 88px);
  font-weight: 260;
  line-height: 1.08;
  letter-spacing: -0.065em;
}

.studio-copy h2 span {
  color: rgba(9, 8, 10, 0.32);
}

.studio-copy > p:not(.section-kicker) {
  max-width: 650px;
  margin: 52px 0 0;
  color: rgba(9, 8, 10, 0.61);
  font-size: 14px;
  line-height: 2;
}

.studio-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 980px;
  margin: 72px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.studio-facts > div {
  min-height: 170px;
  padding: 25px 24px 22px 0;
}

.studio-facts > div:not(:first-child) {
  padding-left: 28px;
  border-left: 1px solid var(--line-light);
}

.studio-facts dt {
  margin: 0;
  font-size: clamp(40px, 4.4vw, 66px);
  font-weight: 250;
  letter-spacing: -0.06em;
}

.studio-facts dt small {
  margin-left: 5px;
  font-size: 0.32em;
  font-weight: 450;
  letter-spacing: 0;
}

.studio-facts dd {
  margin: 18px 0 0;
  color: var(--muted-light);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.14em;
}

.director {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: center;
  padding-top: clamp(100px, 12vw, 180px);
  padding-bottom: clamp(100px, 12vw, 180px);
  color: var(--white);
  background: var(--ink);
}

.director-portrait {
  position: relative;
  aspect-ratio: 0.82;
  margin: 0;
  background: #cdcdcd;
  overflow: hidden;
}

.director-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  filter: contrast(0.96);
}

.director h2 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 260;
  line-height: 1;
  letter-spacing: -0.065em;
}

.director h2 small {
  margin-top: 15px;
  color: rgba(247, 248, 245, 0.28);
  font-size: 0.17em;
  font-weight: 450;
  letter-spacing: 0.18em;
}

.director-role {
  margin: 38px 0 0;
  color: var(--mint);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.director-copy > p:not(.section-kicker):not(.director-role) {
  max-width: 570px;
  margin: 30px 0 0;
  color: rgba(247, 248, 245, 0.54);
  font-size: 14px;
  line-height: 2;
}

.director-focus {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}

.director-focus span {
  padding: 10px 13px;
  color: rgba(247, 248, 245, 0.4);
  border: 1px solid var(--line-dark);
  font-size: 7px;
  letter-spacing: 0.16em;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.capability {
  position: relative;
  min-height: 380px;
  padding: 30px clamp(22px, 2.4vw, 38px);
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
  transition: color 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.capability::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 74px;
  width: 180px;
  height: 36px;
  background: rgba(128, 202, 165, 0.13);
  transform: skewY(-30deg);
  transition: right 300ms ease, background-color 300ms ease;
}

.capability:hover {
  color: var(--ink);
  background: var(--mint);
  transform: translateY(-8px);
}

.capability:hover::after {
  right: -25px;
  background: rgba(247, 248, 245, 0.25);
}

.capability-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
}

.capability-head i {
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.capability h3 {
  margin: 92px 0 9px;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 350;
  letter-spacing: -0.04em;
}

.capability > p {
  margin: 0;
  color: var(--muted-light);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.capability-detail {
  position: absolute;
  right: clamp(22px, 2.4vw, 38px);
  bottom: 30px;
  left: clamp(22px, 2.4vw, 38px);
  max-width: 230px;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.9;
}

.capability:hover > p,
.capability:hover .capability-detail {
  color: rgba(9, 8, 10, 0.64);
}

.principles {
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.principle-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 26px;
  padding: 30px 0;
  color: rgba(247, 248, 245, 0.2);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  font-size: clamp(24px, 3vw, 46px);
  font-weight: 250;
  letter-spacing: -0.03em;
  animation: marquee 34s linear infinite alternate;
}

.principle-track i {
  width: 36px;
  height: 8px;
  background: var(--mint);
  transform: skewY(-30deg);
}

.principle-copy {
  padding-top: clamp(90px, 11vw, 160px);
  padding-bottom: clamp(90px, 11vw, 160px);
}

.principle-copy > p {
  margin: 0 0 28px;
  color: var(--mint);
  font-size: 9px;
  letter-spacing: 0.2em;
}

.principle-copy > h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 5.7vw, 84px);
  font-weight: 250;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

.principle-copy ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 84px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.principle-copy li {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 158px;
  padding: 24px 24px 22px 0;
  border-right: 1px solid var(--line-dark);
}

.principle-copy li:not(:first-child) {
  padding-left: 24px;
}

.principle-copy li span {
  color: var(--mint);
  font-size: 9px;
}

.principle-copy li p {
  grid-column: 1 / -1;
  align-self: end;
  margin: 0;
  font-size: clamp(16px, 1.35vw, 21px);
  font-weight: 350;
}

.principle-copy li small {
  grid-column: 2;
  grid-row: 1;
  color: rgba(247, 248, 245, 0.27);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.approach {
  min-height: 800px;
}

.approach-intro {
  max-width: 720px;
  margin: 46px 0 0;
  color: rgba(9, 8, 10, 0.61);
  font-size: 14px;
  line-height: 2;
}

.method {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1050px;
  margin-top: 78px;
}

.method-line {
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--line-light);
}

.method-line i {
  display: block;
  width: 16.666%;
  height: 1px;
  background: var(--mint);
  animation: method-line 8s ease-in-out infinite;
}

.method-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.method-step b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(9, 8, 10, 0.25);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
}

.method-step:first-of-type b {
  background: var(--mint);
  border-color: var(--mint);
}

.method-step span {
  margin-top: 26px;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 350;
}

.method-step small {
  margin-top: 8px;
  color: var(--muted-light);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.contact {
  position: relative;
  min-height: 100svh;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(151deg, transparent 0 70px, rgba(247, 248, 245, 0.025) 71px 72px, transparent 73px 142px),
    linear-gradient(90deg, rgba(9, 8, 10, 0.99), rgba(9, 8, 10, 0.58));
}

.contact-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(0, 3.1fr);
  gap: 48px;
  min-height: calc(100svh - 84px);
  padding-top: clamp(130px, 17vh, 190px);
  padding-bottom: 160px;
}

.contact .section-index {
  color: var(--white);
}

.contact .section-index > span {
  color: var(--ink);
}

.contact .section-index p {
  color: var(--muted-dark);
}

.contact h2 {
  font-size: clamp(54px, 7vw, 106px);
}

.contact h2 span {
  color: var(--mint);
}

.contact-copy {
  max-width: 580px;
  margin: 44px 0 0;
  color: rgba(247, 248, 245, 0.54);
  font-size: 14px;
  line-height: 2;
}

.contact-actions,
.contact-note {
  margin-top: 38px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-email {
  width: auto;
  min-width: 230px;
  gap: 28px;
}

.social-link {
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 18px;
  color: rgba(247, 248, 245, 0.7);
  border: 1px solid rgba(247, 248, 245, 0.2);
  font-size: 10px;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.social-link:hover {
  color: var(--white);
  border-color: var(--mint);
  transform: translateY(-2px);
}

.social-link span {
  color: var(--mint);
}

.social-link strong {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.social-link .icon-arrow {
  width: 13px;
  height: 13px;
}

.contact-note {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(247, 248, 245, 0.42);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.contact-note::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--mint);
}

.site-footer {
  position: absolute;
  right: var(--page-pad);
  bottom: 0;
  left: var(--page-pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  color: rgba(247, 248, 245, 0.36);
  border-top: 1px solid var(--line-dark);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.site-footer > :last-child {
  justify-self: end;
}

.site-footer a {
  transition: color 180ms ease;
}

.site-footer a:hover {
  color: var(--mint);
}

.site-footer a span {
  margin-left: 11px;
  font-size: 13px;
}

.site-footer .icon-arrow {
  width: 11px;
  height: 11px;
  margin-left: 10px;
  vertical-align: -2px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 90ms; }
.reveal-delay-2 { transition-delay: 180ms; }
.reveal-delay-3 { transition-delay: 270ms; }

@keyframes pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes scroll-line {
  0% { background-position: 0 100%; }
  100% { background-position: 0 -100%; }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-16%); }
}

@keyframes method-line {
  0%, 12% { transform: translateX(0); }
  84%, 100% { transform: translateX(500%); }
}

@media (max-width: 1050px) {
  .site-status {
    display: none;
  }

  .hero-content {
    width: min(820px, 84vw);
  }

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

  .capability {
    min-height: 330px;
  }

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

  .method {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 54px;
  }

  .method-line {
    display: none;
  }
}

@media (max-width: 820px) {
  :root {
    --page-pad: 22px;
  }

  .site-header,
  .site-header.scrolled {
    grid-template-columns: 1fr auto;
    height: 68px;
  }

  .site-header.scrolled {
    background: rgba(9, 8, 10, 0.98);
    backdrop-filter: none;
  }

  .brand {
    width: 82px;
    height: 54px;
  }

  .brand img {
    height: 100%;
  }

  .site-status {
    display: none;
  }

  .menu-toggle {
    z-index: 2;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: 80px var(--page-pad);
    background: rgba(9, 8, 10, 0.985);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  }

  .site-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--line-dark);
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
  }

  .site-nav span {
    margin-right: 10px;
  }

  .hero {
    min-height: 780px;
    padding-top: 132px;
    padding-bottom: 44px;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(9, 8, 10, 0.97), rgba(9, 8, 10, 0.5));
  }

  .hero-diagonals {
    top: 16%;
    right: -42vw;
    width: 112vw;
    height: 65%;
  }

  .hero-cut {
    right: -10px;
    bottom: 26%;
  }

  .hero-content {
    width: 100%;
    margin: 55px 0 auto;
  }

  .eyebrow {
    margin-bottom: 26px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 66px);
    line-height: 1.07;
  }

  .hero-intro {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.9;
  }

  .hero-actions {
    gap: 28px;
    margin-top: 34px;
  }

  .button {
    width: 160px;
    min-height: 50px;
  }

  .text-link {
    font-size: 10px;
  }

  .hero-foot {
    bottom: 22px;
  }

  .hero-foot a span {
    display: none;
  }

  .statement,
  .approach,
  .contact-content {
    grid-template-columns: 1fr;
    gap: 64px;
    background: var(--paper);
  }

  .studio-gallery {
    padding-top: 72px;
  }

  .studio-row-top {
    height: clamp(230px, 48vw, 360px);
  }

  .studio-row-bottom {
    height: clamp(280px, 62vw, 460px);
  }

  .studio-content {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-top: 40px;
  }

  .studio-copy h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.12;
  }

  .studio-facts {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  .studio-facts > div,
  .studio-facts > div:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 118px;
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .studio-facts > div:last-child {
    border-bottom: 0;
  }

  .studio-facts dd {
    margin: 0;
  }

  .director {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .director-portrait {
    width: 84%;
  }

  .statement,
  .approach {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .statement h2,
  .approach h2,
  .contact h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.12;
  }

  .statement-copy {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 54px;
  }

  .service-pair article {
    padding-top: 0;
  }

  .service-pair article::before {
    position: static;
    display: block;
    width: 32px;
    height: 5px;
    margin: 0 0 18px;
  }

  .service-pair h3 {
    margin: 16px 0 16px;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }

  .capability {
    min-height: 300px;
  }

  .capability:hover {
    transform: none;
  }

  .principle-track {
    padding: 22px 0;
  }

  .principle-copy ol {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .principle-copy li,
  .principle-copy li:not(:first-child) {
    min-height: 112px;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .method {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 68px;
  }

  .approach {
    min-height: auto;
  }

  .contact-content {
    min-height: 820px;
    padding-top: 104px;
    padding-bottom: 150px;
    color: var(--white);
    background: transparent;
  }

  .contact-copy {
    font-size: 13px;
  }

  .site-footer {
    grid-template-columns: 1fr auto 1fr;
    min-height: 72px;
  }
}

@media (max-width: 560px) {
  .studio-row-top,
  .studio-row-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .studio-image {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .studio-image-aerial {
    grid-column: 1 / -1;
    aspect-ratio: 1065 / 567;
  }

  .studio-image-night {
    aspect-ratio: 1;
  }

  .studio-image-workspace {
    grid-column: 1 / -1;
    aspect-ratio: 0.9;
  }
}

@media (max-width: 390px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .method {
    row-gap: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
