* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --works-max-width: 1200px;
  --works-page-pad-x: 48px;
  --works-intro-max: 460px;
  --works-section-gap: 176px;
  --works-pair-gap: 64px;
  --works-meta-gap: 6px;
  --works-detail-block-gap: 22px;
  --works-description-gap: 28px;
  --works-thumb-gap: 10px;
  --works-cta-top: 208px;
  --works-inspace-top: 176px;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;
  background: #ffffff;
  line-height: 1.5;
  transition: padding-top 220ms ease;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(247, 243, 236, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header .site-header__inner,
.about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
}

.site-header .site-header__inner {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.75);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: transform 200ms ease, opacity 200ms ease;
}

.home .nav-toggle {
  color: #ffffff;
}

.site-header .site-logo {
  font-size: 1.45rem;
  font-weight: 410;
  letter-spacing: 0.022em;
  color: rgba(17, 17, 17, 0.76);
  white-space: nowrap;
  flex: 0 0 auto;
}

.site-header .site-logo img {
  height: 26px;
  width: auto;
  display: block;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  font-size: 0.98rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}

.site-header .site-nav a {
  display: inline-block;
  transition: color 200ms ease;
  position: relative;
}

.site-header .site-nav a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.site-header .site-nav a.active {
  color: #000;
}

.site-header .site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: #000;
}

.home .site-header .site-logo,
.home .site-header .site-nav {
  color: #ffffff;
}

.home .site-header .site-logo img {
  filter: brightness(0) invert(1);
}

.home .site-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  border-bottom: none;
}

.home .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  z-index: 0;
}

.home .site-header .site-nav {
  color: #ffffff;
}

.home .site-header .site-nav a:hover {
  color: rgba(255, 255, 255, 0.85);
}

.home .site-header .site-nav a.active {
  color: #fff;
}

.home .site-header .site-nav a.active::after {
  background: #fff;
}

.is-sticky .site-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
}

.is-sticky .nav-toggle {
  color: rgba(0, 0, 0, 0.85);
}

.home.is-sticky .site-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home.is-sticky .site-header::before {
  opacity: 1;
}

.home.is-sticky .nav-toggle {
  color: #ffffff;
}

.mobile-nav,
.mobile-nav__backdrop {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100vh;
  height: 100svh;
  background: #f7f3ec;
  padding: 88px 32px 24px;
  box-shadow: -24px 0 48px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 240ms ease;
  z-index: 120;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mobile-nav__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 240ms ease;
  z-index: 110;
  pointer-events: none;
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 1.05rem;
  color: rgba(0, 0, 0, 0.85);
  flex: 0 0 auto;
}

.mobile-nav__links a {
  padding: 6px 0;
}

.mobile-nav__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.82rem;
  color: rgba(0, 0, 0, 0.6);
  flex: 0 0 auto;
}

.mobile-nav__footer p {
  margin: 0;
}

.mobile-nav__close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.75);
}

.mobile-nav__close span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: opacity 200ms ease;
}

.mobile-nav__close span:first-child {
  transform: rotate(45deg);
}

.mobile-nav__close span:last-child {
  transform: rotate(-45deg);
}

.is-menu-open .mobile-nav {
  transform: translateX(0);
}

.is-menu-open .mobile-nav__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.is-scroll-locked {
  overflow: hidden;
}

.is-sticky {
  padding-top: 90px;
}

body:not(.home) main {
  padding-top: 40px;
}

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.hero-image {
  position: absolute;
  inset: 0;
  background: #e6e6e6 url("assets/images/index/hero.png") center / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px 96px;
}

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.home .hero h1,
.home .hero-text,
.home .hero-cta {
  color: #ffffff;
}

.hero-text {
  margin: 0 0 28px;
  max-width: 38ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.68);
}

.hero-cta {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 0.92rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.74);
  transition: opacity 160ms ease;
}

.hero-cta::after,
.hero-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
}

.hero-cta::after {
  opacity: 0.45;
}

.hero-cta::before {
  opacity: 0.85;
  transform: scaleX(0);
  transition: transform 220ms ease, opacity 200ms ease;
}

.hero-cta:hover {
  opacity: 0.85;
}

.hero-cta:hover::before {
  transform: scaleX(1);
}

.philosophy {
  padding: 96px 0 110px;
}

.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
  text-align: center;
}

.philosophy-statement {
  margin: 0 0 72px;
  font-size: clamp(1.95rem, 2.9vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #2a2a2a;
}

.teaser-band {
  overflow: hidden;
  width: 100%;
  padding: 8px 0 64px;
}

.teaser-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  animation: teaser-scroll 40s linear infinite;
}

.teaser-item {
  background: #e6e6e6;
  flex: 0 0 auto;
  overflow: hidden;
}

.teaser-item.portrait {
  width: 220px;
  height: 320px;
}

.teaser-item.landscape {
  width: 320px;
  height: 220px;
}

.teaser-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-cta {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.72);
  transition: opacity 160ms ease;
}

.philosophy .section-cta {
  margin-top: 24px;
}

.section-cta::after,
.section-cta::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
}

.section-cta::after {
  opacity: 0.45;
}

.section-cta::before {
  opacity: 0.85;
  transform: scaleX(0);
  transition: transform 220ms ease, opacity 200ms ease;
}

.section-cta:hover {
  opacity: 0.85;
}

.section-cta:hover::before {
  transform: scaleX(1);
}

.terms {
  padding: 156px 0 120px;
}

.terms-inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 56px;
}

.terms h1 {
  margin: 0 0 22px;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1c1c1c;
}

.terms-intro {
  margin: 0 0 32px;
  max-width: 70ch;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.68);
}

.terms-section {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.terms-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.terms h2 {
  margin: 0 0 12px;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.7);
}

.terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.terms-list li {
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.68);
}

.terms-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(17, 17, 17, 0.38);
  font-size: 1rem;
  line-height: 1.7;
}

.inquiry-section {
  padding: 156px 0 120px;
}

.inquiry-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
  display: block;
}

.inquiry-section__content {
  max-width: 640px;
}

.inquiry-section__image-wrap {
  width: 100%;
  min-height: 420px;
  aspect-ratio: 3 / 4;
  background: #e6e6e6;
  overflow: hidden;
}

.inquiry-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inquiry-section__eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}

.inquiry-section__title {
  margin: 0 0 22px;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1c1c1c;
}

.inquiry-section__text p {
  margin: 0 0 24px;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.68);
}

.inquiry-section__text p:last-child {
  margin-bottom: 0;
}

.inquiry-section__methods {
  margin: 32px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.inquiry-section__method {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.inquiry-section__label {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.52);
}

.inquiry-section__link {
  color: rgba(17, 17, 17, 0.78);
  transition: opacity 160ms ease;
  margin: 0;
}

.inquiry-section__link:hover {
  opacity: 0.75;
}

.inquiry-inline-link {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.72);
  transition: opacity 160ms ease;
}

.inquiry-inline-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 200ms ease, opacity 200ms ease;
}

.inquiry-inline-link:hover {
  opacity: 0.85;
}

.inquiry-inline-link:hover::after {
  opacity: 0.85;
  transform: scaleX(1);
}

/* =========================
   WORKS PAGE — CLEAN REBUILD
   ========================= */

:root {
  --works-max-width: 1200px;
  --works-shell-pad: 56px;
  --works-section-gap: 168px;
  --works-pair-gap: 56px;
  --works-detail-width: 300px;
  --works-thumb-gap: 8px;
  --works-copy-gap: 18px;
  --works-meta-gap: 4px;
  --works-banner-gap: 168px;
  --works-inspace-gap: 148px;
}

.works {
  padding: 140px 0 120px;
}

.works-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
}

.works-intro {
  width: 620px;
  max-width: 620px;
  margin: 0 auto 92px;
  text-align: center;
}

.works-intro__statement {
  margin: 0;
}

.works-list {
  display: flex;
  flex-direction: column;
  gap: var(--works-section-gap);
}

.work-item {
  width: 100%;
}

.work-row--zigzag > *,
.work-row--centered > *,
.work-row--source > *,
.work-row--stillpoint > *,
.work-row--nocturne > * {
  min-width: 0;
}

.work-row--zigzag {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--works-detail-width));
  column-gap: var(--works-pair-gap);
  align-items: start;
}

.work-row--axis {
  grid-template-columns: minmax(0, 760px) minmax(0, var(--works-detail-width));
  justify-content: start;
}

.work-row--centered {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, var(--works-detail-width));
  column-gap: var(--works-pair-gap);
  align-items: start;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.work-row--centered.is-reversed .work-media {
  grid-column: 2;
}

.work-row--centered.is-reversed .work-details {
  grid-column: 1;
}

.work-row--source {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 520px);
  grid-template-areas: "details media";
  column-gap: 56px;
  align-items: start;
  justify-content: center;
}

.work-row--source .work-details {
  grid-area: details;
  align-self: start;
  margin: 0;
  padding: 0;
}

.work-row--source .work-media--source {
  grid-area: media;
  align-self: start;
}

.work-row--stillpoint {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 560px);
  grid-template-areas: "details media";
  column-gap: 56px;
  align-items: start;
  justify-content: center;
}

.work-row--stillpoint .work-details {
  grid-area: details;
  align-self: start;
  margin: 0;
  padding: 0;
}

.work-row--stillpoint .work-media--stillpoint {
  grid-area: media;
  align-self: start;
}

.work-row--full {
  display: block;
}

.work-row--full .work-media {
  width: 88%;
  margin: 0 auto;
}

.work-row--nocturne {
  width: 88%;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: minmax(0, var(--works-detail-width)) minmax(0, 1fr);
  column-gap: var(--works-pair-gap);
  align-items: start;
}

.work-row--nocturne .work-thumbs {
  justify-self: end;
}

.work-row--nocturne-inquire {
  width: 88%;
  margin: 10px auto 0;
}

.work-media {
  background: transparent;
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

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

.work-media--axis {
  width: 760px;
  aspect-ratio: 45 / 30;
}

.work-media--source {
  width: auto;
  height: 640px;
  aspect-ratio: 30 / 45;
}

.work-media--continuum {
  display: block;
  width: auto;
  height: 640px;
  aspect-ratio: 16 / 45;
}

.work-media--continuum .work-panel {
  background: #e6e6e6;
  height: 100%;
}

.work-media--stillpoint {
  width: 560px;
  aspect-ratio: 1 / 1;
}

.work-media--spectrum {
  width: auto;
  height: 640px;
  aspect-ratio: 18 / 45;
}

.work-media--nocturne {
  width: 100%;
  aspect-ratio: 45 / 18;
}

.work-media--resonance {
  width: 560px;
  aspect-ratio: 43 / 43;
}

.work-details {
  width: var(--works-detail-width);
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.work-title {
  margin: 0 0 14px;
  font-size: 1.42rem;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #1c1c1c;
}

.work-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 18px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.66);
}

.work-description {
  margin: 0 0 28px;
  max-width: 30ch;
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(17, 17, 17, 0.74);
}

.work-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  grid-auto-rows: 64px;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  align-items: start;
}

.work-thumbs--grid {
  grid-template-columns: repeat(4, 64px);
}

.work-thumb {
  width: 64px;
  height: 64px;
  background: #e2e2e2;
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.work-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.work-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.work-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 200ms ease;
}

.work-thumb::after {
  content: "+";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0;
  transition: opacity 200ms ease, color 200ms ease;
}

.work-thumb:hover::before,
.work-thumb:hover::after {
  opacity: 1;
}

.work-thumb.is-video::after {
  content: "";
  opacity: 0;
}

.work-thumb.is-video:hover::after {
  opacity: 0;
}

.work-thumb.is-video:hover::before {
  opacity: 1;
}

.work-thumb__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: background 200ms ease, box-shadow 200ms ease;
}

.work-thumb__triangle {
  width: 0;
  height: 0;
  border-left: 10px solid #111111;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateX(1px);
  transition: border-left-color 200ms ease;
}

.work-thumb.is-video:hover .work-thumb__play {
  background: transparent;
  box-shadow: none;
}

.work-thumb.is-video:hover .work-thumb__triangle {
  border-left-color: #ffffff;
}

.work-inquire {
  margin-top: 40px;
}

.works-cta {
  margin-top: 168px;
  padding: 56px 0 72px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 0;
}

.works-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.works-cta__inner p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.68);
  text-align: center;
}

.in-space {
  margin-top: var(--works-inspace-gap);
}

.in-space.is-hidden {
  display: none;
}

.in-space__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1f1f1f;
}

.in-space__subtitle {
  margin: -4px 0 28px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.62);
}

.in-space__frame {
  position: relative;
  width: 100%;
}

.in-space__media {
  width: min(100%, 760px);
  aspect-ratio: 16 / 10;
  background: #e6e6e6;
  margin: 0 auto;
}

.in-space__arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 160ms ease;
}

.in-space__arrow--prev {
  left: 0;
}

.in-space__arrow--next {
  right: 0;
}

.in-space__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #111111;
}

.in-space__arrow svg path {
  stroke-width: 4;
}

.in-space__arrow:hover {
  opacity: 0.65;
}

.in-space__controls {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}

.in-space__indicator {
  font-size: 0.9rem;
  color: rgba(17, 17, 17, 0.58);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  z-index: 100;
}

.lightbox:target {
  display: flex;
}

.lightbox__inner {
  position: relative;
  width: min(1000px, 92vw);
  max-height: 90vh;
  background: #f2f2f2;
  padding: 32px 32px 28px;
}

.lightbox__media {
  width: 100%;
  max-height: 72vh;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__media img,
.lightbox__media video {
  max-width: 100%;
  max-height: 72vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.lightbox__media.is-video video {
  width: 100%;
  max-width: min(100%, 520px);
  max-height: 72vh;
}

.lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  z-index: 2;
}

.lightbox__close::before,
.lightbox__close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: rgba(17, 17, 17, 0.7);
  transition: background 200ms ease;
}

.lightbox__close::before {
  transform: rotate(45deg);
}

.lightbox__close::after {
  transform: rotate(-45deg);
}

.lightbox__close:hover::before,
.lightbox__close:hover::after {
  background: #111111;
}

.lightbox__nav {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lightbox-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 200ms ease;
}

.lightbox-arrow svg {
  width: 20px;
  height: 20px;
  display: block;
  color: #111111;
}

.lightbox-arrow svg path {
  stroke-width: 4;
}

.lightbox-arrow:hover {
  opacity: 0.65;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: clamp(3.4rem, 6vw, 4.6rem);
  }

  .hero-text {
    font-size: 1.06rem;
  }
  .works-shell {
    padding: 0 36px;
  }

  .works-intro {
    width: 400px;
    max-width: 400px;
    margin-bottom: 74px;
  }

  .works-list {
    gap: 140px;
  }

  .work-row--axis {
    grid-template-columns: minmax(0, 1fr) 280px;
  }

  .work-media--axis {
    width: 100%;
  }

  .work-media--source {
    width: auto;
    height: 560px;
  }

  .work-media--stillpoint {
    width: 500px;
  }

  .work-media--resonance {
    width: 500px;
  }

  .work-media--continuum {
    width: auto;
    height: 560px;
    aspect-ratio: 16 / 45;
  }

  .work-media--spectrum {
    height: 560px;
  }

  .work-row--full .work-media,
  .work-row--nocturne,
  .work-row--nocturne-inquire {
    width: 92%;
  }
}

@media (max-width: 820px) {
  .works {
    padding: 120px 0 88px;
  }

  .works-shell {
    padding: 0 24px;
  }

  .works-intro {
    width: 100%;
    max-width: 320px;
    margin-bottom: 56px;
    text-align: left;
  }

  .works-intro p br {
    display: none;
  }

  .works-list {
    gap: 108px;
  }

  .work-row--zigzag,
  .work-row--centered,
  .work-row--nocturne,
  .work-row--source,
  .work-row--stillpoint {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-inline: 0;
    gap: 0;
  }

  .work-row--zigzag,
  .work-row--centered {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-inline: 0;
    gap: 0;
  }

  .work-row--centered.is-reversed .work-media,
  .work-row--centered.is-reversed .work-details {
    grid-column: auto;
  }

  .work-details {
    display: contents;
  }

  .work-title,
  .work-meta,
  .work-description {
    order: 3;
    width: 100%;
  }

  .work-media {
    width: 100%;
    order: 1;
    margin-top: 0;
  }

  .work-thumbs {
    width: 100%;
    order: 2;
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-top: 12px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .work-thumbs--grid {
    display: flex;
    grid-template-columns: none;
  }

  .work-thumb {
    flex: 0 0 auto;
    width: 92px;
    height: 92px;
    aspect-ratio: 1 / 1;
    scroll-snap-align: start;
  }

  .work-row--full .work-media,
  .work-media--axis,
  .work-media--source,
  .work-media--stillpoint,
  .work-media--spectrum,
  .work-media--resonance,
  .work-media--nocturne {
    width: 100%;
    max-width: 100%;
  }

  .work-media--continuum {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 45;
  }

  .work-media--spectrum {
    height: auto;
  }

  .work-title {
    font-size: 1.7rem;
    margin-top: 18px;
  }

  .work-meta {
    font-size: 1.05rem;
  }

  .work-description {
    font-size: 1.08rem;
    max-width: 36ch;
  }

  #nocturne {
    display: flex;
    flex-direction: column;
  }

  #nocturne .work-row--nocturne {
    display: contents;
  }

  #nocturne .work-row--full {
    order: 1;
  }

  #nocturne .work-row--nocturne {
    order: 2;
  }

  .work-row--nocturne-inquire {
    width: 100%;
    margin-top: 18px;
  }

  .work-thumbs--end {
    justify-self: start;
  }

  .works-cta {
    margin-top: 120px;
    padding: 32px 0 48px;
  }

  .works-cta__inner {
    align-items: center;
  }

  .in-space {
    margin-top: 112px;
  }

  .in-space__media {
    width: 100%;
  }

  .in-space__arrow {
    width: 28px;
    height: 28px;
  }

  .in-space__arrow svg,
  .lightbox-arrow svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 0 24px 64px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 10.5vw, 3.9rem);
    line-height: 1.02;
  }

  .hero-text {
    font-size: 1.14rem;
  }

  .philosophy-inner {
    text-align: center;
  }

  .philosophy-statement {
    font-size: clamp(2.2rem, 6.6vw, 2.7rem);
    margin-bottom: 64px;
  }

  .philosophy .section-cta {
    margin-inline: auto;
  }

  .teaser-band {
    padding-bottom: 88px;
  }

  .lightbox {
    padding: 16px;
  }

  .lightbox__inner {
    width: 100%;
    max-height: 92vh;
    padding: 20px 16px 18px;
  }

  .lightbox__media {
    max-height: 68vh;
  }

  .lightbox__nav {
    margin-top: 12px;
  }

  .lightbox-arrow {
    width: 44px;
    height: 44px;
  }

  .lightbox-arrow svg {
    width: 22px;
    height: 22px;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.about {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  padding: 156px 0 104px;
}

.about-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.about-text h1 {
  margin: 0 0 24px;
  font-size: clamp(1.4rem, 2vw, 1.95rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1c1c1c;
}

.about-text p {
  margin: 0 0 18px;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(17, 17, 17, 0.68);
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-image {
  width: 100%;
  background: #e6e6e6;
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-signature {
  margin-top: 10px;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: rgba(17, 17, 17, 0.6);
}

.site-footer {
  margin-top: 88px;
  padding: 32px 0 56px;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 56px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  color: rgba(17, 17, 17, 0.58);
  position: relative;
}

.site-footer__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.footer-mark {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-links a {
  transition: opacity 160ms ease;
}

.footer-links a:hover {
  opacity: 0.78;
}

@keyframes teaser-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .site-header .site-header__inner {
    height: 84px;
  }

  .site-header .site-header__inner,
  .about-inner {
    padding: 0 32px;
  }

  .site-header .site-nav {
    gap: 22px;
    font-size: 0.9rem;
  }

  .site-header .site-nav {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .mobile-nav,
  .mobile-nav__backdrop {
    display: block;
  }

  .hero {
    align-items: flex-end;
  }

  .hero-content {
    padding: 0 32px 72px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 7.2vw, 4rem);
  }

  .hero-text {
    font-size: 1.12rem;
  }

  .philosophy {
    padding: 80px 0 96px;
  }

  .philosophy-inner {
    padding: 0 32px;
  }

  .philosophy-statement {
    margin-bottom: 56px;
    font-size: clamp(2.1rem, 4vw, 2.8rem);
  }

  .terms {
    padding: 120px 0 72px;
  }

  .terms-inner {
    padding: 0 32px;
  }

  .inquiry-section {
    padding: 120px 0 72px;
  }

  .inquiry-section__inner {
    padding: 0 32px;
  }

  .inquiry-section__content {
    max-width: 520px;
  }

  .teaser-track {
    gap: 16px;
    animation-duration: 34s;
  }

  .teaser-item.portrait {
    width: 180px;
    height: 260px;
  }

  .teaser-item.landscape {
    width: 260px;
    height: 180px;
  }

  .site-footer {
    padding: 64px 0 48px;
  }

  .site-footer__inner {
    padding: 0 32px;
  }

  .about {
    padding: 120px 0 72px;
    min-height: auto;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-image {
    min-height: 300px;
  }
}
