:root {
  --bg: #151412;
  --fg: #CEC5B6;
  --muted: #908A80;
  --line: rgba(206, 197, 182, 0.18);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --jp: "A1 Gothic R", "A1ゴシック R", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--sans), var(--jp);
  font-weight: 700;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
video { display: block; background: #0c0c0b; }

/* ---------- Header ---------- */
.site-header {
  position: relative;
  z-index: 100;
  padding: 22px 20px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  text-transform: uppercase;
}
.header-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.brand {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(26px, 2.4vw, 46px);
  line-height: .88;
  letter-spacing: -0.052em;
}
.category-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  font-size: 13px;
  line-height: 1;
}
.category-nav a,
.utility-nav a {
  color: var(--muted);
  transition: color .14s ease, opacity .14s ease;
}
.category-nav a:hover,
.category-nav a.active,
.utility-nav a:hover,
.utility-nav a.active { color: var(--fg); }
.utility-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 18px;
  padding-top: 1px;
  font-size: 13px;
  line-height: 1;
}

/* ---------- Home: selected works ---------- */
.home-main { width: 100%; }
.selected-works {
  width: 100%;
}
.selected-work {
  width: 100%;
  min-height: 100svh;
  padding: 20px 20px 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  border-top: 1px solid var(--line);
}
.selected-media-frame {
  width: 100%;
  height: calc(100svh - 70px);
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #0c0c0b;
}
.selected-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.selected-meta {
  padding-top: 0;
}
.selected-work:hover .selected-media-frame { opacity: .93; }
.selected-works[hidden] { display: none; }

/* ---------- Home: works ---------- */
.works {
  width: 100%;
  padding: 38px 20px 90px;
  border-top: 1px solid var(--line);
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 12px;
  align-items: start;
}
.work-card {
  min-width: 0;
  display: block;
}
.media-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #0c0c0b;
}
.work-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.work-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-top: 8px;
  font-size: 13.5px;
  line-height: 1.16;
  text-transform: none;
}
.work-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.work-index {
  color: var(--muted);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.work-card:hover .media-frame { opacity: .87; }
.empty-state {
  min-height: 42vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 12px;
  font-size: 10px;
  text-transform: uppercase;
}

/* ---------- Project ---------- */
.project-page .site-header,
.info-page .site-header {
  min-height: 180px;
}
.project-hero {
  position: relative;
  min-height: 0;
  padding: 20px 20px 42px;
  display: block;
  overflow: hidden;
}
.project-video {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
.project-video-meta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 15.3px;
  text-transform: uppercase;
}
.project-video-meta-index-only {
  justify-content: flex-end;
}
.project-video-meta span:first-child {
  max-width: 72%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-info {
  min-height: 34vh;
  padding: 42px 20px 90px;
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 24px;
  border-top: 1px solid var(--line);
}
.project-title-wrap h1 {
  margin: 0;
  max-width: 94%;
  font-size: clamp(35px, 3.47vw, 65px);
  line-height: .94;
  letter-spacing: -0.052em;
  text-transform: none;
  text-wrap: balance;
}
.project-tags {
  margin-top: 14px;
  display: flex;
  gap: 0 6px;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}
.project-tags a:hover { color: var(--fg); }
.project-data { align-self: start; }
.data-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 9px;
  line-height: 1.2;
  text-transform: uppercase;
}
.data-row span:first-child { color: var(--muted); }
.data-row span:last-child,
.data-row a { text-align: right; }
.disabled-link { color: var(--muted); cursor: default; }
.project-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 14px 20px 62px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  line-height: 1.2;
  text-transform: none;
}
.project-nav a { max-width: 44%; }
.project-nav a:last-child { text-align: right; }

/* ---------- Profile / Contact ---------- */
.info-main {
  min-height: calc(100svh - 180px);
  padding: 24px 20px 96px;
}
.info-intro {
  min-height: 40vh;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.eyebrow {
  margin: 0 0 64px;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}
.info-intro h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 112px);
  line-height: .86;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.contact-main .info-intro h1 {
  font-size: clamp(36px, 5.6vw, 90px);
}
.info-columns {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.info-block { display: grid; grid-template-columns: 1fr 2fr; gap: 16px; }
.info-label { color: var(--muted); font-size: 9px; }
.info-block p {
  margin: 0;
  max-width: 620px;
  font-size: clamp(18px, 2.2vw, 34px);
  line-height: 1.08;
  text-transform: uppercase;
}
.profile-copy { grid-template-columns: 1fr 5fr; display: grid; }
.profile-copy p + p { margin-top: 24px; }
.muted-copy { color: var(--muted); font-size: 10px !important; line-height: 1.3 !important; }
.contact-list { border-top: 1px solid var(--line); }
.contact-row {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 8px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  text-transform: uppercase;
}
.contact-row span:first-child { color: var(--muted); }


/* ---------- Footer ---------- */
.site-footer {
  width: 100%;
  padding: 46px 20px 34px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.veno-logo {
  display: block;
  width: 92px;
  height: auto;
}


/* ---------- Profile ---------- */
.profile-main {
  padding: 20px 20px 100px;
}
.profile-minimal {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 96px);
  padding-top: 18px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.profile-aside {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.profile-kicker {
  width: 160px;
  max-width: 100%;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
.profile-photo-wrap {
  margin: 0 auto;
  width: 132px;
  max-width: 100%;
  aspect-ratio: 0.76;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-photo {
  display: block;
  width: 120%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.profile-content {
  min-width: 0;
}
.profile-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 28px;
  align-items: start;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--line);
}
.profile-name-block h1 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 72px);
  line-height: .9;
  letter-spacing: -0.052em;
  text-transform: none;
}
.profile-name-row {
  display: flex;
  align-items: center;
}
.jp-name {
  margin: 9px 0 0;
  padding: 0;
  transform: none;
  font-family: var(--jp);
  font-weight: 400;
  color: var(--muted);
  font-size: clamp(9px, .72vw, 11px);
  line-height: 1.2;
  letter-spacing: .03em;
}
.profile-company-block {
  align-self: start;
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  padding-right: 48px;
}
.profile-company-logo {
  display: block;
  width: 56px;
  height: auto;
  opacity: .94;
}
.profile-bio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, .76fr);
  gap: clamp(22px, 2.6vw, 40px);
  padding: 34px 0 42px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.profile-section {
  padding: 0;
  border: 0;
  max-width: 680px;
  font-weight: 400;
}
.profile-section p { margin: 0; }
.profile-section p + p { margin-top: 15px; }
.jp-copy-line { white-space: nowrap; }
.desktop-copy-break { display: block; }
.profile-japanese {
  font-family: var(--jp);
  font-size: clamp(10px, .76vw, 12px);
  line-height: 2.0;
  letter-spacing: .02em;
  font-weight: 400;
}
.profile-english {
  max-width: 500px;
  color: #ACA59B;
  font-size: clamp(10px, .74vw, 12px);
  line-height: 1.62;
  letter-spacing: .005em;
  font-weight: 400;
}
.profile-contact {
  width: min(640px, 100%);
  padding-top: 20px;
  border-bottom: 1px solid var(--line);
}
.profile-contact-row {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: clamp(10px, .78vw, 12px);
  line-height: 1.42;
  font-weight: 500;
}
.profile-contact-row:first-child { border-top: 0; }
.profile-contact-row > span:first-child {
  color: var(--muted);
  text-transform: uppercase;
}
.profile-contact-row > *:last-child { text-align: left; }
.profile-contact-row small { font: inherit; color: var(--muted); }


/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .profile-minimal { grid-template-columns: 150px minmax(0, 1fr); gap: 48px; }
  .profile-photo-wrap { width: 132px; }
  .brand { font-size: clamp(22px, 2.88vw, 34px); }
  .category-nav, .utility-nav { font-size: 11.2px; }
  .selected-media-frame { height: calc(100svh - 70px); }
  .works-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 10px; }
  .project-info { grid-template-columns: 1fr; gap: 48px; }
  .info-columns { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 680px) {
  /* Mobile is intentionally re-composed, not a scaled-down desktop. */
  .site-header {
    padding: 16px 12px 20px;
    gap: 14px;
  }
  .header-left { gap: 14px; min-width: 0; }
  .brand {
    font-size: clamp(23px, 7.1vw, 30px);
    line-height: .9;
    white-space: normal;
    max-width: 270px;
  }
  .category-nav {
    gap: 5px;
    font-size: 10px;
    line-height: 1.02;
  }
  .utility-nav {
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    padding-top: 1px;
    font-size: 10px;
    line-height: 1;
  }

  /* SELECTED WORKS — one 16:9 work per row. */
  .selected-work {
    min-height: 0;
    padding: 12px 12px 22px;
    display: block;
  }
  .selected-media-frame {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .selected-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .selected-meta { padding-top: 0; }

  /* ALL WORKS — two columns. */
  .works { padding: 26px 12px 60px; }
  .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 8px;
  }
  .media-frame { aspect-ratio: 16 / 9; }
  .work-meta {
    gap: 6px;
    padding-top: 6px;
    font-size: 10.5px;
    line-height: 1.18;
  }
  .work-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .work-index { font-size: 10px; }
  .empty-state { min-height: 28vh; font-size: 9px; }

  /* PROJECT DETAIL — one-column composition, 16:9 hero. */
  .project-page .site-header,
  .info-page .site-header { min-height: auto; }
  .project-hero {
    min-height: 0;
    padding: 12px 12px 30px;
  }
  .project-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
  .project-video-meta {
    left: 12px;
    right: 12px;
    bottom: 10px;
    font-size: 10px;
  }
  .project-info {
    min-height: 0;
    padding: 30px 12px 58px;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .project-title-wrap h1 {
    max-width: 100%;
    font-size: clamp(30px, 9.4vw, 46px);
    line-height: .95;
  }
  .project-tags { margin-top: 10px; font-size: 8px; }
  .data-row {
    grid-template-columns: 110px minmax(0, 1fr);
    padding: 11px 0;
    font-size: 9px;
  }
  .project-nav {
    padding: 12px 12px 42px;
    gap: 20px;
    font-size: 9px;
  }
  .project-nav a { max-width: 47%; }

  /* PROFILE — compact editorial stack. */
  .profile-main { padding: 14px 12px 72px; }
  .profile-minimal {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 14px;
  }
  .profile-aside {
    display: flex;
    align-items: flex-start;
  }
  .profile-photo-wrap {
    width: 92px;
    margin: 0;
    aspect-ratio: .76;
  }
  .profile-heading {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding-bottom: 22px;
  }
  .profile-name-block h1 { font-size: clamp(36px, 11vw, 50px); }
  .jp-name { margin-top: 7px; font-size: 9px; }
  .profile-company-block { margin-top: 1px; padding-right: 4px; }
  .profile-company-logo { width: 40px; }
  .profile-bio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px 0 32px;
  }
  .profile-japanese {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.9;
  }
  .profile-english {
    max-width: 94%;
    font-size: 9px;
    line-height: 1.58;
  }
  .profile-contact { width: 100%; }
  .profile-contact-row {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 0;
    font-size: 9.5px;
  }

  /* CONTACT */
  .info-main { min-height: auto; padding: 18px 12px 72px; }
  .info-intro { min-height: 30vh; padding-top: 9px; }
  .eyebrow { margin-bottom: 42px; font-size: 8px; }
  .info-intro h1 { font-size: 13vw; }
  .contact-main .info-intro h1 { font-size: 10.5vw; }
  .contact-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 0;
    font-size: 9.5px;
  }
}

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



.load-error { margin: 20px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
