.video-flow {
  position: relative;
  overflow: hidden;
  --grid-alpha-1: 0.018; /* 方眼1: 2026-05-25時点の元の濃さ */
  --grid-alpha-active: 0.032;
  background: #fbfbf6;
  color: #10100e;
  font-family: var(--font);
}

.video-flow::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgb(16 16 14 / var(--grid-alpha-active)) 1px, transparent 1px),
    linear-gradient(90deg, rgb(16 16 14 / var(--grid-alpha-active)) 1px, transparent 1px);
  background-size: 86px 86px;
  content: "";
  pointer-events: none;
  animation: lowerGridDrift 28s linear infinite;
}

.video-flow .scene {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: auto;
  padding: clamp(64px, 6.8vw, 104px) clamp(34px, 5vw, 72px);
  border-top: 0;
}

.reveal-item {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.parallax-soft {
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0);
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-item.is-visible,
  .parallax-soft {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.video-flow .label,
.video-flow .make-list span,
.video-flow .business-columns span,
.video-flow .project-board li span,
.video-flow .company-panel dt {
  margin: 0;
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

@keyframes lowerGridDrift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 86px 86px, 86px 86px;
  }
}

.video-flow figure {
  margin: 0;
  overflow: hidden;
  background: #d8d8d0;
}

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

.video-flow h2,
.video-flow h3 {
  margin: 0;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

.scene-feature-image {
  grid-template-columns: minmax(250px, 0.22fr) minmax(0, 0.78fr);
  align-items: center;
  gap: clamp(10px, 1.6vw, 28px);
  min-height: 78svh;
  padding-top: clamp(34px, 4.8vw, 72px);
  padding-bottom: clamp(42px, 5vw, 76px);
  padding-right: 0;
  padding-left: clamp(34px, 5vw, 72px);
  border-top: 0;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 22px;
  align-self: center;
  padding-left: clamp(28px, 3.2vw, 52px);
}

.feature-copy h2,
.video-flow .white-panel h2,
.video-flow .floating-title h2,
.video-flow .project-board h2,
.video-flow .genius-copy h2 {
  font-size: clamp(28px, 2.55vw, 40px);
  font-weight: 850;
  line-height: 1.16;
}

.feature-copy h2 {
  max-height: min(58vh, 520px);
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.16;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}

.feature-copy .label {
  padding-top: 4px;
  writing-mode: vertical-rl;
}

.feature-copy h2 span {
  display: block;
}

.feature-gallery {
  grid-column: 2;
  overflow: hidden;
  height: clamp(660px, 76vh, 760px);
  min-height: 0;
  width: 100%;
  margin-left: 0;
  background: #fff;
}

.feature-track {
  display: flex;
  gap: 0;
  width: max-content;
  height: 100%;
  will-change: transform;
  cursor: grab;
}

.feature-track.is-dragging,
.make-image-track.is-dragging {
  cursor: grabbing;
}

.feature-track figure {
  flex: 0 0 auto;
  height: 100%;
  margin: 0;
  background: #fff;
  transform: none;
}

.feature-track .feature-pan {
  width: auto;
  aspect-ratio: 5725 / 1501;
}

.feature-track .feature-pan img {
  width: auto;
  height: 100%;
  max-width: none;
  background: #fff;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@keyframes imageRail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.video-flow .scene-about,
.video-flow .scene-business,
.video-flow .scene-company {
  align-items: center;
}

.video-flow .white-panel {
  display: grid;
  grid-template-columns: minmax(120px, 0.18fr) minmax(0, 0.58fr) minmax(280px, 0.32fr);
  gap: clamp(34px, 5vw, 82px);
  width: min(1240px, 100%);
  margin: 0 auto;
  color: #10100e;
}

.video-flow .about-panel {
  position: relative;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: min(1120px, 100%);
  min-height: 56svh;
  padding: clamp(36px, 4vw, 68px) 0 clamp(34px, 4vw, 62px);
  text-align: center;
}

.video-flow .about-panel > * {
  position: relative;
  z-index: 1;
}

.video-flow .about-panel > .label {
  margin-bottom: clamp(14px, 1.5vw, 22px);
}

.video-flow .about-panel h2 {
  max-width: 16em;
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.25;
}

.video-flow .about-heading {
  display: grid;
  justify-items: center;
  gap: 0.18em;
}

.video-flow .about-heading span {
  display: block;
}

.video-flow .about-title-mark {
  padding: 0;
  background: transparent;
  color: inherit;
}

.video-flow .body-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 900px;
  padding-top: clamp(24px, 2.8vw, 42px);
}

.video-flow .body-copy p,
.video-flow .business-columns p {
  margin: 0;
  color: #30302c;
  font-size: clamp(15px, 1.02vw, 18px);
  font-weight: 700;
  line-height: 2.05;
}

.video-flow .about-panel .body-copy p {
  font-size: clamp(15px, 1vw, 18px);
  line-height: 2.18;
}

.panel-image {
  min-height: 520px;
  align-self: stretch;
}

.video-flow .scene-make {
  grid-template-columns: 1fr;
  align-content: center;
  gap: clamp(22px, 3vw, 42px);
}

.video-flow .floating-title {
  display: grid;
  grid-template-columns: minmax(96px, 0.13fr) minmax(380px, 0.43fr) minmax(300px, 0.44fr);
  gap: clamp(24px, 3.6vw, 62px);
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: end;
  align-self: center;
}

.video-flow .floating-title > * {
  align-self: end;
}

.video-flow .floating-title h2 {
  max-width: 9em;
  font-size: clamp(28px, 2.55vw, 40px);
}

.video-flow .floating-title > p:last-child {
  max-width: 34em;
  margin: 0;
  color: #30302c;
  font-size: clamp(14px, 0.98vw, 16px);
  font-weight: 700;
  line-height: 2;
}

.make-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.42fr);
  gap: clamp(30px, 4.5vw, 72px);
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: center;
}

.make-hero-image {
  overflow: hidden;
  min-height: clamp(460px, 52vh, 620px);
  background: #fff;
}

.make-image-track {
  display: flex;
  gap: 0;
  width: max-content;
  height: clamp(460px, 52vh, 620px);
  will-change: transform;
  cursor: grab;
}

.make-image-track figure {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 4567 / 1001;
  margin: 0;
  background: #fff;
}

.make-image-track img {
  width: auto;
  height: 100%;
  max-width: none;
  background: #fff;
  object-fit: contain;
  object-position: left center;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@keyframes makeImageRail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.site-footer {
  display: flex;
  justify-content: flex-end;
  padding: 18px clamp(24px, 4vw, 56px) 28px;
  background: #fbfbf6;
  color: #66665e;
}

.site-footer small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.video-flow .make-list {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: clamp(22px, 2.8vw, 38px);
  width: 100%;
  margin: 0;
  border: 0;
  background: transparent;
}

.video-flow .make-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 8px clamp(20px, 2vw, 30px);
  min-height: auto;
  padding: 0;
  background: #fbfbf6;
}

.video-flow .make-list h3 {
  grid-column: 2;
  color: #10100e;
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.video-flow .make-list span {
  grid-row: 1 / span 2;
  align-self: start;
  color: #10100e;
  font-size: clamp(21px, 2vw, 34px);
  line-height: 1;
}

.video-flow .make-list p {
  grid-column: 2;
  max-width: 26em;
  margin: 0;
  color: #30302c;
  font-size: clamp(14px, 0.98vw, 16px);
  font-weight: 700;
  line-height: 2;
}

.video-flow .scene-business {
  padding-top: clamp(56px, 5.8vw, 88px);
  padding-bottom: clamp(52px, 5.5vw, 84px);
}

.video-flow .scene-projects {
  padding-top: clamp(58px, 6vw, 90px);
  padding-bottom: clamp(64px, 6.8vw, 104px);
}

.video-flow .wide-panel {
  grid-template-columns: minmax(96px, 0.13fr) minmax(340px, 0.37fr) minmax(0, 0.5fr);
  align-items: start;
}

.video-flow .scene-business .wide-panel {
  row-gap: clamp(24px, 3vw, 42px);
}

.video-flow .business-columns {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(10px, 1.6vw, 24px);
  border-top: 0;
  background: rgba(16, 16, 14, 0.14);
}

.video-flow .business-columns article {
  display: grid;
  grid-template-columns: minmax(82px, 0.18fr) minmax(0, 0.82fr);
  gap: clamp(18px, 2vw, 30px);
  min-height: 238px;
  padding: clamp(28px, 3.2vw, 48px);
  background: #fbfbf6;
  border-bottom: 0;
}

.business-ribbon {
  grid-column: 1 / -1;
  position: relative;
  width: 100vw;
  height: clamp(270px, 28vw, 340px);
  margin: clamp(16px, 2vw, 28px) 0 0 calc(50% - 50vw);
  overflow: hidden;
  background: #d8d8d0;
}

.business-divider {
  grid-column: 1 / -1;
  width: 100vw;
  height: 1px;
  margin: clamp(28px, 3.4vw, 52px) 0 0 calc(50% - 50vw);
  background: rgba(16, 16, 14, 0.14);
}

.business-ribbon figure {
  width: 100%;
  height: calc(100% + 48px);
  transform: translate3d(0, calc(var(--parallax-y, 0px) * -0.45), 0) scale(1.04);
  margin: 0;
}

.recruit-banner {
  grid-column: 1 / -1;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: center;
  width: min(760px, 62vw);
  min-height: 96px;
  margin: 0 auto clamp(12px, 1.6vw, 24px);
  padding: 22px clamp(24px, 3vw, 40px);
  border: 1px solid rgba(16, 16, 14, 0.16);
  color: #10100e;
  text-decoration: none;
  background: rgba(251, 251, 246, 0.9);
  backdrop-filter: none;
  transform: none;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}

.recruit-banner span {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recruit-banner strong {
  font-size: clamp(15px, 1.12vw, 18px);
  font-weight: 800;
  line-height: 1.75;
}

.recruit-banner em {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #10100e;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.recruit-banner em::after {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  transition: width 0.34s ease;
}

.recruit-banner:hover {
  background: #10100e;
  border-color: #10100e;
  color: #fbfbf6;
}

.recruit-banner:hover span,
.recruit-banner:hover em,
.recruit-banner:hover strong {
  color: #fbfbf6;
}

.recruit-banner:hover em::after {
  width: 54px;
}

.video-flow .business-columns h3 {
  grid-column: 2;
  grid-row: 1;
  color: #10100e;
  font-size: clamp(23px, 1.8vw, 30px);
  font-weight: 850;
  line-height: 1.12;
  text-decoration: none;
}

.video-flow .business-columns article > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  color: #10100e;
  font-size: clamp(16px, 1.2vw, 21px);
  line-height: 1.2;
}

.video-flow .business-columns article > p {
  grid-column: 2;
  grid-row: 2;
  max-width: 32em;
}

.video-flow .business-columns article:nth-child(2) {
  grid-template-columns: minmax(76px, 0.18fr) minmax(0, 0.82fr);
}

.video-flow .scene-projects {
  align-items: center;
}

.video-flow .project-board {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  column-gap: clamp(44px, 6.2vw, 104px);
  row-gap: clamp(28px, 4vw, 56px);
  align-items: start;
  width: min(1280px, 100%);
  margin: 0 auto;
  color: #10100e;
}

.video-flow .project-board h2 {
  max-width: 10.5em;
  margin: clamp(24px, 3.2vw, 48px) 0 0;
  font-size: clamp(28px, 2.55vw, 40px);
  line-height: 1.16;
}

.video-flow .project-board h2 span {
  display: block;
  white-space: nowrap;
}

.project-lead {
  max-width: 34em;
  margin: clamp(28px, 4vw, 56px) 0 0;
  color: #30302c;
  font-size: clamp(14px, 0.98vw, 16px);
  font-weight: 700;
  line-height: 2;
}

.project-directory {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(16, 16, 14, 0.12);
}

.project-logo-board {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  gap: 0;
  padding-top: calc(clamp(42px, 4.2vw, 66px) + 3px);
  background: transparent;
}

.project-logo-board section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 2.2vw, 34px);
  align-items: start;
  min-height: 0;
  padding: clamp(24px, 2.7vw, 42px) 0 clamp(28px, 3.4vw, 54px);
  border-bottom: 1px solid rgba(16, 16, 14, 0.18);
  background: transparent;
}

.project-logo-board section:first-child {
  padding-top: 0;
}

.project-logo-board p {
  margin: 0;
  color: #66665e;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.project-logo-board small {
  color: #30302c;
  font-size: clamp(15px, 1.02vw, 18px);
  font-weight: 850;
  line-height: 2.05;
}

.logo-links {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: clamp(16px, 1.5vw, 20px);
  row-gap: clamp(10px, 1.2vw, 16px);
  align-items: end;
  justify-content: start;
}

.project-logo-board section:nth-child(4) .logo-links {
  grid-template-columns: repeat(6, max-content);
}

.logo-word {
  --logo-color: #10100e;
  display: inline-flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 42px;
  min-width: 0;
  color: #10100e;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  filter: grayscale(1);
  opacity: 0.72;
  transition:
    color 0.45s ease,
    filter 0.45s ease,
    opacity 0.45s ease,
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.logo-word img {
  display: block;
  width: auto;
  height: 29px;
  max-width: none;
  max-height: none;
  filter: grayscale(1);
  transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease;
}

.logo-word.logo-misc img {
  height: 36px;
}

.logo-word:hover {
  color: var(--logo-color);
  filter: grayscale(0);
  opacity: 1;
  transform: translate3d(0, -2px, 0);
}

.logo-word:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translate3d(0, -1px, 0);
}

.logo-misc {
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
}

.logo-blanc,
.logo-juichi,
.logo-uil {
  font-weight: 900;
  letter-spacing: 0.12em;
}

.logo-agura {
  font-weight: 900;
  letter-spacing: 0.04em;
}

.logo-cacaca,
.logo-relife {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

.logo-media,
.logo-tryze,
.logo-fukushitv {
  --logo-color: #1c6f99;
}

.logo-besjoy {
  --logo-color: #a78d9e;
}

.logo-kakusapo,
.logo-tedium,
.logo-takumi {
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 700;
}

.project-directory article {
  display: grid;
  align-content: space-between;
  grid-template-columns: 1fr;
  min-height: 300px;
  padding: clamp(24px, 3vw, 42px);
  background: #fbfbf6;
}

.project-directory span {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.project-directory h3 {
  margin: clamp(22px, 3vw, 38px) 0 0;
  color: #10100e;
  font-size: clamp(19px, 1.5vw, 26px);
  font-weight: 700;
  line-height: 1.34;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.project-directory p {
  margin: 18px 0 clamp(28px, 4vw, 52px);
  color: #30302c;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 700;
  line-height: 1.9;
}

.project-directory a,
.section-link {
  width: fit-content;
  color: #10100e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.34em;
}

.video-flow .scene-genius {
  grid-template-columns: minmax(410px, 0.33fr) minmax(0, 0.67fr);
  align-items: center;
  gap: clamp(30px, 3.6vw, 54px);
}

.video-flow .genius-copy {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.video-flow .genius-copy h2 {
  color: #10100e;
}

.video-flow .genius-copy p {
  max-width: 45em;
  margin: 0;
  color: #30302c;
  font-size: clamp(15px, 1.04vw, 18px);
  font-weight: 700;
  line-height: 2.05;
}

.genius-statement {
  display: grid;
  gap: 14px;
  max-width: 42em;
}

.video-flow .genius-copy .genius-statement p {
  font-size: clamp(13px, 0.94vw, 15px);
  line-height: 2;
}

.genius-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: transparent;
}

.genius-video iframe {
  position: absolute;
  inset: -1.2%;
  width: 100%;
  height: 100%;
  border: 0;
  transform: scale(1.03);
  transform-origin: center;
  pointer-events: none;
}

.feature-gallery,
.make-hero-image {
  touch-action: pan-y;
}

.video-flow .company-panel {
  grid-template-columns: minmax(120px, 0.16fr) minmax(320px, 0.36fr) minmax(0, 0.48fr);
  align-items: start;
}

.company-contact-board {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(280px, 0.32fr) minmax(360px, 0.42fr) minmax(280px, 0.26fr);
  gap: 1px;
  margin-top: clamp(34px, 4.5vw, 68px);
  background: rgba(16, 16, 14, 0.14);
}

.company-profile,
.company-facts,
.contact-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 380px;
  padding: clamp(22px, 2.6vw, 36px);
  background: #fbfbf6;
}

.company-profile span,
.contact-card span {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.company-profile h3 {
  margin: clamp(18px, 3vw, 42px) 0 0;
  color: #10100e;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.1;
}

.company-profile p,
.contact-card p {
  margin: 0;
  color: #30302c;
  font-size: clamp(13px, 0.92vw, 15px);
  font-weight: 500;
  line-height: 2;
}

.company-group {
  display: grid;
  gap: 12px;
  margin-top: clamp(16px, 2vw, 28px);
  padding-top: clamp(16px, 2vw, 24px);
  border-top: 1px solid rgba(16, 16, 14, 0.14);
}

.company-profile .company-group span {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.company-group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-group li {
  color: #10100e;
  font-size: clamp(12px, 0.86vw, 14px);
  font-weight: 500;
  line-height: 1.6;
}

.company-group a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  transition:
    color 0.24s ease,
    text-decoration-color 0.24s ease;
}

.company-group a:hover {
  text-decoration-color: currentColor;
}

.company-facts {
  margin: 0;
}

.company-more {
  display: none;
}

.company-facts div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(16, 16, 14, 0.14);
}

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

.company-facts dt {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.video-flow .company-panel dd {
  margin: 0;
  color: #10100e;
  font-size: clamp(12px, 0.86vw, 14px);
  font-weight: 500;
  line-height: 1.7;
}

.contact-card {
  align-content: space-between;
}

.contact-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: clamp(18px, 2.4vw, 34px) 0;
}

.contact-prompts button {
  appearance: none;
  display: inline-grid;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px 8px;
  border: 1px solid rgba(16, 16, 14, 0.16);
  color: #10100e;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease,
    transform 0.24s ease;
}

.contact-prompts button:hover,
.contact-prompts button.is-selected {
  background: #10100e;
  border-color: #10100e;
  color: #fbfbf6;
  transform: translateY(-2px);
}

.contact-page {
  min-height: 100svh;
}

.contact-page::before {
  position: fixed;
}

.contact-page-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(520px, 0.66fr);
  gap: clamp(44px, 7vw, 120px);
  width: min(1240px, calc(100% - clamp(48px, 8vw, 144px)));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) 0;
  align-items: center;
}

.contact-page-head {
  display: grid;
  align-content: space-between;
  min-height: min(720px, 78svh);
}

.contact-page-logo {
  display: inline-flex;
  width: 58px;
  height: auto;
}

.contact-page-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.contact-page-head h1 {
  max-width: none;
  margin: clamp(72px, 10vw, 150px) 0 0;
  color: #10100e;
  font-size: clamp(28px, 2.55vw, 40px);
  font-weight: 850;
  line-height: 1.18;
  white-space: nowrap;
}

.contact-page-head p {
  max-width: 24em;
  margin: clamp(22px, 3vw, 42px) 0 0;
  color: #30302c;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 700;
  line-height: 2;
}

.contact-back {
  width: fit-content;
  margin-top: clamp(36px, 5vw, 72px);
}

.contact-form-panel {
  display: grid;
  gap: clamp(24px, 3vw, 42px);
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid rgba(16, 16, 14, 0.14);
  background: rgba(251, 251, 246, 0.86);
}

.contact-form-panel .label {
  margin: 0;
}

.contact-topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-topic-row button {
  appearance: none;
  display: inline-grid;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px 8px;
  border: 1px solid rgba(16, 16, 14, 0.16);
  color: #10100e;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  background: transparent;
  cursor: pointer;
  transition:
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}

.contact-topic-row button.is-selected {
  background: #10100e;
  border-color: #10100e;
  color: #fbfbf6;
}

.contact-form {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.form-field {
  display: grid;
  gap: 10px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  color: #66665e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(16, 16, 14, 0.26);
  border-radius: 0;
  padding: 12px 0;
  color: #10100e;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  background: transparent;
  outline: none;
  transition: border-color 0.24s ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #10100e;
}

.form-submit {
  appearance: none;
  justify-self: start;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #10100e;
  color: #fbfbf6;
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  background: #10100e;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.thanks-page-wrap {
  display: flex;
  width: min(960px, calc(100% - clamp(48px, 8vw, 144px)));
  justify-content: center;
}

.thanks-page-head {
  width: min(820px, 100%);
  min-height: min(620px, 76svh);
}

.thanks-page-head .label {
  margin: clamp(80px, 12vw, 150px) 0 18px;
}

.thanks-page-head h1 {
  margin-top: 0;
  white-space: normal;
}

.thanks-page-head p:not(.label) {
  max-width: min(46em, 100%);
}

@media (max-width: 980px) {
  .contact-page-wrap,
  .scene-feature-image,
  .video-flow .white-panel,
  .video-flow .scene-make,
  .make-editorial,
  .video-flow .project-board,
  .project-directory,
  .recruit-banner,
  .video-flow .scene-genius,
  .company-contact-board,
  .video-flow .company-panel dl,
  .video-flow .business-columns,
  .video-flow .business-columns article,
  .feature-gallery {
    grid-template-columns: 1fr;
  }

  .video-flow .business-columns article > span,
  .video-flow .business-columns article > h3,
  .video-flow .business-columns article > p,
  .video-flow .business-columns article > ul,
  .video-flow .business-columns article > figure {
    grid-column: auto;
    grid-row: auto;
  }

  .project-logo-board section,
  .company-contact-board,
  .company-facts div {
    grid-template-columns: 1fr;
  }

  .project-lead {
    max-width: none;
    margin-top: 28px;
  }

  .project-logo-board {
    grid-column: auto;
  }

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

  .recruit-banner {
    width: 100%;
    min-height: 0;
    padding: 22px;
  }

  .feature-gallery {
    grid-template-rows: auto;
    grid-column: auto;
  }

  .feature-gallery .feature-main,
  .video-flow .business-columns article > figure,
  .video-flow .business-columns article > span,
  .video-flow .business-columns article > h3,
  .video-flow .business-columns article > p {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-page-wrap {
    width: min(720px, calc(100% - 56px));
    min-height: auto;
    padding: 44px 0 72px;
    gap: 34px;
  }

  .contact-page-head {
    min-height: auto;
    align-content: start;
  }

  .contact-page-head h1 {
    margin-top: clamp(48px, 8vw, 72px);
    white-space: normal;
  }

  .thanks-page-wrap {
    width: min(720px, calc(100% - 56px));
  }

  .thanks-page-head .label {
    margin-top: clamp(56px, 8vw, 72px);
  }

  .thanks-page-head {
    min-height: min(540px, 70svh);
  }

  .thanks-page-head p:not(.label) {
    max-width: 36em;
  }

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

  .video-flow .scene {
    padding: 68px 24px;
  }

  .feature-copy {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-left: 0;
  }

  .video-flow .floating-title {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-copy h2,
  .feature-copy .label {
    max-height: none;
    writing-mode: horizontal-tb;
  }

  .video-flow .project-board h2 span {
    white-space: normal;
  }

  .feature-copy h2 {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.12;
  }

  .feature-track {
    height: 58vh;
  }

  .feature-track,
  .make-image-track {
    animation: none;
  }

  .video-flow .make-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .make-hero-image {
    min-height: 52vh;
  }

  .scene-feature-image {
    min-height: auto;
    padding-top: 68px;
    padding-right: 0;
    padding-bottom: 64px;
    padding-left: 24px;
  }

  .feature-copy {
    width: calc(100% - 24px);
    padding-left: 0;
  }

  .feature-gallery {
    width: 100%;
    height: 57.2vh;
    min-height: 462px;
  }

  .feature-track {
    height: 100%;
    min-height: 0;
  }

  .make-editorial {
    gap: 28px;
  }

  .make-hero-image,
  .make-image-track {
    min-height: 420px;
    height: 50vh;
  }

  .video-flow .make-list article {
    min-height: 0;
    padding: 12px 0;
  }

  .video-flow .business-columns {
    margin-top: 22px;
    width: 100%;
    box-sizing: border-box;
  }

  .video-flow .business-columns article {
    min-height: 0;
    box-sizing: border-box;
    padding: 24px;
  }

  .video-flow .business-columns article:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .video-flow .business-columns h3 {
    font-size: clamp(22px, 7vw, 28px);
  }

  .video-flow .business-columns article > p {
    max-width: none;
  }

  .video-flow .project-board {
    width: 100%;
    row-gap: 30px;
  }

  .video-flow .project-board h2 {
    margin-top: 22px;
  }

  .project-logo-board {
    grid-row: auto;
    width: 100%;
    padding-top: 0;
    order: 1;
  }

  .project-logo-board section {
    gap: 18px;
    padding: 26px 0 30px;
  }

  .project-logo-board small {
    font-size: 14px;
    line-height: 1.9;
  }

  .project-logo-board .logo-links,
  .project-logo-board section:nth-child(4) .logo-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 12px;
    width: 100%;
    justify-content: start;
  }

  .project-logo-board section:nth-child(4) .logo-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .logo-word {
    width: 100%;
    min-height: 44px;
    height: 44px;
    align-items: center;
    justify-content: flex-start;
  }

  .logo-word img {
    height: 23px;
    max-width: 86px;
    object-fit: contain;
  }

  .logo-word.logo-misc img {
    height: 29px;
    max-width: 76px;
  }

  .video-flow .scene-genius {
    gap: 28px;
  }

  .video-flow .genius-copy {
    gap: 18px;
  }

  .genius-video {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    aspect-ratio: 16 / 9;
  }

  .company-contact-board {
    margin-top: 28px;
  }

  .company-profile,
  .company-facts,
  .contact-card {
    min-height: 0;
    padding: 24px 22px;
  }

  .company-profile .company-group,
  .company-contact-board > .company-facts {
    display: none;
  }

  .company-more {
    display: block;
    padding: 0;
    background: #fbfbf6;
  }

  .company-more summary {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    color: #10100e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
  }

  .company-more summary::-webkit-details-marker {
    display: none;
  }

  .company-more summary::after {
    content: "+";
    color: #10100e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
  }

  .company-more[open] summary::after {
    content: "-";
  }

  .company-more-inner {
    display: grid;
    gap: 0;
    padding: 0 22px 24px;
  }

  .company-more .company-group {
    margin-top: 0;
  }

  .company-more .company-facts {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .company-more .company-facts div {
    grid-template-columns: 88px 1fr;
  }

  .company-facts-mobile a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.28em;
    transition: text-decoration-color 0.24s ease;
  }

  .company-facts-mobile a:hover {
    text-decoration-color: currentColor;
  }

  .company-facts-mobile .company-facts-group dd {
    display: grid;
    gap: 8px;
  }

  .contact-prompts button,
  .section-link {
    min-height: 44px;
  }

  .section-link {
    display: inline-flex;
    align-items: center;
  }

  .video-flow .about-panel {
    justify-items: start;
    min-height: auto;
    text-align: left;
  }

  .video-flow .about-heading {
    display: block;
    max-width: 100%;
    font-size: clamp(24px, 7.4vw, 31px);
    line-height: 1.38;
  }

  .video-flow .about-heading span {
    display: inline;
  }

  .video-flow .body-copy {
    justify-items: start;
    max-width: none;
    gap: 14px;
    padding-top: 26px;
  }

  .video-flow .body-copy br {
    display: none;
  }
}

@media (max-width: 699px) {
  .contact-page-wrap,
  .thanks-page-wrap {
    width: calc(100% - 36px);
    padding: 28px 0 56px;
  }

  .contact-page-logo {
    width: 52px;
  }

  .contact-page-head h1 {
    margin-top: 44px;
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.18;
  }

  .contact-page-head p {
    max-width: none;
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  .contact-back {
    margin-top: 28px;
  }

  .contact-form-panel {
    gap: 22px;
    padding: 22px 18px 24px;
  }

  .contact-topic-row {
    gap: 6px;
  }

  .contact-topic-row button {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 11px;
  }

  .form-field input,
  .form-field textarea {
    font-size: 16px;
  }

  .form-submit {
    width: 100%;
    justify-self: stretch;
  }

  .thanks-page-head {
    min-height: min(520px, 72svh);
  }

  .thanks-page-head .label {
    margin-top: 52px;
  }

  .thanks-page-head p:not(.label) {
    max-width: none;
  }
}

@media (max-width: 520px) {
  .video-flow .scene {
    padding-right: 22px;
    padding-left: 22px;
  }

  .scene-feature-image {
    padding-right: 0;
    padding-left: 22px;
  }

  .feature-copy,
  .feature-gallery {
    width: 100%;
  }

  .feature-gallery {
    height: 57.2vh;
    min-height: 462px;
  }

  .feature-copy h2,
  .video-flow .white-panel h2,
  .video-flow .floating-title h2,
  .video-flow .project-board h2,
  .video-flow .genius-copy h2 {
    font-size: clamp(28px, 8.5vw, 36px);
    line-height: 1.16;
  }

  .video-flow .body-copy p,
  .video-flow .business-columns p,
  .video-flow .floating-title > p:last-child,
  .project-lead,
  .video-flow .genius-copy p {
    font-size: 13.5px;
    line-height: 1.95;
  }

  .video-flow .about-panel .about-heading {
    font-size: clamp(22px, 6.4vw, 27px);
    line-height: 1.45;
  }

  .project-logo-board .logo-links,
  .project-logo-board section:nth-child(4) .logo-links {
    column-gap: 10px;
  }

  .project-logo-board section {
    gap: 14px;
  }

  .video-flow .business-columns article {
    padding: 26px 28px 28px;
  }

  .video-flow .business-columns article > p {
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
  }

  .project-logo-board section:nth-child(4) .logo-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .company-contact-board {
    gap: 0;
  }
}

@media (min-width: 700px) and (max-width: 980px) {
  .video-flow .scene {
    padding: 84px 48px;
  }

  .scene-feature-image {
    grid-template-columns: minmax(150px, 0.24fr) minmax(0, 0.76fr);
    gap: 28px;
    min-height: 72svh;
    padding: 84px 0 78px 48px;
  }

  .feature-copy {
    width: auto;
    align-self: center;
  }

  .feature-copy h2,
  .feature-copy .label {
    writing-mode: vertical-rl;
  }

  .feature-copy h2 {
    max-height: min(54vh, 500px);
    font-size: clamp(30px, 4.4vw, 40px);
  }

  .feature-gallery {
    height: clamp(540px, 64vh, 660px);
    min-height: 0;
  }

  .video-flow .about-panel {
    justify-items: center;
    text-align: center;
  }

  .video-flow .about-heading {
    display: grid;
    justify-items: center;
    font-size: clamp(30px, 4.2vw, 40px);
    line-height: 1.25;
  }

  .video-flow .about-heading span {
    display: block;
  }

  .video-flow .body-copy {
    justify-items: center;
    max-width: 840px;
    text-align: center;
  }

  .video-flow .body-copy br {
    display: inline;
  }

  .video-flow .floating-title {
    grid-template-columns: minmax(76px, 0.14fr) minmax(260px, 0.42fr) minmax(0, 0.44fr);
    gap: 26px;
    align-items: end;
  }

  .video-flow .floating-title h2 {
    font-size: clamp(30px, 4.2vw, 40px);
  }

  .make-editorial {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .make-hero-image,
  .make-image-track {
    height: clamp(430px, 52vh, 540px);
    min-height: 0;
  }

  .video-flow .make-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .video-flow .make-list article {
    display: block;
    padding: 18px 0 0;
  }

  .video-flow .make-list span,
  .video-flow .make-list h3,
  .video-flow .make-list p {
    display: block;
  }

  .video-flow .make-list h3 {
    margin-top: 14px;
    font-size: clamp(18px, 2.7vw, 22px);
  }

  .video-flow .make-list p {
    margin-top: 16px;
    line-height: 1.9;
  }

  .video-flow .business-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-flow .business-columns article,
  .video-flow .business-columns article:nth-child(2) {
    grid-template-columns: 68px 1fr;
    padding: 28px 24px;
  }

  .video-flow .business-columns article > span {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .video-flow .business-columns article > h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .video-flow .business-columns article > p {
    grid-column: 2;
    grid-row: 2;
    font-size: 13.5px;
    line-height: 1.95;
  }

  .video-flow .project-board {
    grid-template-columns: minmax(210px, 0.34fr) minmax(0, 0.66fr);
    column-gap: 34px;
    row-gap: 0;
  }

  .project-logo-board {
    grid-column: 2;
    grid-row: 1 / span 2;
    order: 0;
    padding-top: calc(clamp(36px, 4vw, 52px) + 2px);
  }

  .project-logo-board section {
    padding: 22px 0 28px;
  }

  .project-logo-board small {
    font-size: 13.5px;
  }

  .project-logo-board .logo-links,
  .project-logo-board section:nth-child(4) .logo-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .video-flow .scene-genius {
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: center;
  }

  .genius-video {
    justify-self: center;
    width: min(100%, 720px);
    margin-left: 0;
    aspect-ratio: 16 / 9;
  }

  .company-contact-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-more {
    grid-column: 1 / -1;
  }

  .contact-card {
    align-content: start;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .video-flow .scene {
    padding-right: clamp(42px, 5vw, 56px);
    padding-left: clamp(42px, 5vw, 56px);
  }

  .scene-feature-image {
    grid-template-columns: minmax(210px, 0.26fr) minmax(0, 0.74fr);
  }

  .feature-copy {
    padding-left: 0;
  }

  .feature-gallery {
    height: clamp(560px, 72vh, 700px);
  }

  .make-editorial {
    grid-template-columns: minmax(0, 0.56fr) minmax(330px, 0.44fr);
    gap: 38px;
  }

  .video-flow .project-board {
    grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.68fr);
    column-gap: 48px;
  }

  .project-logo-board small {
    font-size: clamp(13px, 1.25vw, 15px);
  }

  .video-flow .business-columns article {
    grid-template-columns: 72px 1fr;
    padding: 30px 28px;
  }

  .video-flow .company-panel {
    grid-template-columns: minmax(96px, 0.14fr) minmax(280px, 0.34fr) minmax(0, 0.52fr);
  }

  .company-contact-board {
    grid-template-columns: minmax(230px, 0.33fr) minmax(280px, 0.38fr) minmax(230px, 0.29fr);
  }

  .company-profile,
  .company-facts,
  .contact-card {
    padding: 26px;
  }
}
