:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #71706d;
  --paper: #fbfaf6;
  --paper-soft: rgba(255, 255, 255, 0.76);
  --line: rgba(23, 23, 23, 0.14);
  --accent: #c7d8cb;
  --accent-strong: #7b9a83;
  --logo-pink: #e84b9a;
  --logo-blue: #47bce5;
  --shadow: 0 24px 80px rgba(31, 31, 27, 0.1);
  --scroll-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  letter-spacing: 0;
}

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

.fixed-scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(251, 250, 246, 0.36)),
    radial-gradient(circle at 17% 18%, rgba(199, 216, 203, 0.42), transparent 33%),
    radial-gradient(circle at 82% 9%, rgba(71, 188, 229, 0.16), transparent 29%),
    radial-gradient(circle at 88% 72%, rgba(232, 75, 154, 0.13), transparent 31%),
    linear-gradient(180deg, #fbfaf6 0%, #f4f1e9 100%);
}

.fixed-scene::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(23, 23, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 23, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.08));
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.8;
  transform: translate3d(0, calc(var(--scroll-y) * -0.03), 0);
}

.ambient-a {
  width: 38vw;
  height: 38vw;
  top: 8vh;
  left: -8vw;
  background: rgba(230, 236, 226, 0.8);
}

.ambient-b {
  width: 46vw;
  height: 46vw;
  right: -12vw;
  bottom: 4vh;
  background: rgba(238, 224, 210, 0.7);
}

.studio-card {
  position: absolute;
  right: clamp(24px, 10vw, 140px);
  top: clamp(112px, 17vh, 180px);
  width: clamp(250px, 28vw, 420px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: var(--shadow);
  transform: translate3d(0, calc(var(--scroll-y) * -0.08), 0) rotate(-2deg);
  opacity: 0.78;
}

.studio-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(251, 250, 246, 0.18)),
    radial-gradient(circle at 86% 11%, rgba(232, 75, 154, 0.12), transparent 28%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.studio-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 28%;
  filter: saturate(0.8) contrast(0.96);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 64px);
  font-size: 13px;
  mix-blend-mode: multiply;
}

.brand,
.nav a {
  padding: 8px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.brand img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border: 1px solid rgba(23, 23, 23, 0.12);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 2.5vw, 30px);
  color: var(--muted);
}

.nav a {
  transition: color 180ms ease;
}

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

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 72px;
}

.section-panel {
  min-height: min(820px, 100vh);
  display: grid;
  align-content: center;
  padding: clamp(68px, 10vw, 136px) 0;
}

.hero {
  width: min(920px, 100%);
}

.kicker {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(13px, 1.2vw, 15px);
}

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

h1 {
  margin-block-end: 18px;
  font-size: clamp(58px, 12vw, 154px);
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(40px, 7vw, 86px);
  line-height: 0.94;
  font-weight: 800;
}

h3 {
  margin-block-end: 18px;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1;
  font-weight: 800;
}

.hero-copy {
  width: min(560px, 100%);
  margin-bottom: 20px;
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1.06;
  font-weight: 700;
}

.hero-jp,
.body-copy,
.contact > p {
  width: min(620px, 100%);
  color: #343330;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.95;
}

.section-heading {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.number {
  margin: 0 0 6px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.work-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.5)),
    radial-gradient(circle at 82% 16%, rgba(123, 154, 131, 0.22), transparent 32%);
  box-shadow: 0 18px 54px rgba(36, 36, 31, 0.06);
  backdrop-filter: blur(22px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.work-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 23, 23, 0.26);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62)),
    radial-gradient(circle at 82% 16%, rgba(123, 154, 131, 0.34), transparent 32%);
}

.work-artwork {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.work-meta {
  display: grid;
  align-content: start;
  padding: clamp(18px, 2.5vw, 26px);
}

.work-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.work-card .artist {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.work-card .role {
  margin-bottom: 12px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.work-card .credits {
  font-size: 12px;
  line-height: 1.75;
}

.split {
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 7vw, 84px);
}

.split .section-heading {
  display: block;
}

.body-copy p {
  margin-bottom: 20px;
}

.about-portrait {
  width: min(360px, 100%);
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.12);
  background: rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 54px rgba(36, 36, 31, 0.07);
}

.about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 34%;
  filter: grayscale(0.12) contrast(0.96);
}

.sound-statement {
  width: min(820px, 100%);
  display: grid;
  grid-template-columns: clamp(92px, 13vw, 150px) 1fr;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  padding: clamp(24px, 5vw, 48px);
  border-left: 1px solid rgba(23, 23, 23, 0.24);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px);
}

.sound-statement > img {
  width: 100%;
  display: block;
  border: 1px solid rgba(23, 23, 23, 0.1);
  transform: rotate(-3deg);
  box-shadow: 0 16px 38px rgba(36, 36, 31, 0.08);
}

.sound-statement p:not(.small-label) {
  margin-bottom: 18px;
  font-size: clamp(34px, 6vw, 74px);
  line-height: 1.03;
  font-weight: 800;
}

.small-label {
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sound-statement span {
  color: var(--muted);
  font-size: clamp(13px, 1.3vw, 16px);
}

.contact {
  min-height: 72vh;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}

.contact-links a {
  min-width: 112px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.contact-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 23, 23, 0.34);
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: start;
    gap: 8px;
    padding-top: 18px;
  }

  .nav {
    justify-content: flex-start;
    gap: 16px;
    max-width: none;
    font-size: 12px;
  }

  .page-shell {
    width: min(100% - 28px, 1120px);
    padding-top: 104px;
  }

  .studio-card {
    width: 176px;
    right: -12px;
    top: 146px;
    opacity: 0.54;
  }

  .section-panel {
    min-height: auto;
    padding: 82px 0;
  }

  .hero {
    min-height: 82vh;
  }

  .works-grid {
    grid-template-columns: 1fr;
  }

  .work-card {
    min-height: 0;
  }

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

  .about-portrait {
    width: min(280px, 76vw);
  }

  .sound-statement {
    grid-template-columns: 80px 1fr;
  }
}

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

  .ambient,
  .studio-card,
  .work-card,
  .contact-links a {
    transition: none;
    transform: none;
  }
}
