.bx26-story {
  --u: var(--blue, #243a51);
  --paper: #efeee9;
  --ink: #0a0a0b;
  --line: rgba(10, 10, 11, 0.16);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
}

.bx26-story * {
  box-sizing: border-box;
}

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

.bx26-story .bx26-kicker {
  margin: 0;
  font: 700 11px / 1.2 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bx26-story .bx26-rule {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  font: 700 11px / 1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bx26-story .bx26-rule::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--u);
}

.bx26-story .bx26-rule-line {
  height: 1px;
  background: var(--line);
}

.bx26-story .bx26-reveal {
  opacity: 1;
  transform: none;
}

.bx26-story.bx26-js .bx26-reveal {
  opacity: 0;
  transform: translateY(52px);
  transition: opacity 0.85s cubic-bezier(0.2, 0.65, 0.2, 1),
    transform 0.85s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.bx26-story.bx26-js .bx26-reveal.is-in {
  opacity: 1;
  transform: none;
}

.bx26-notes {
  padding: clamp(68px, 7vw, 112px) 0 clamp(74px, 8vw, 126px);
  background: #f6f4ef;
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.bx26-notes-head {
  padding-inline: clamp(20px, 3.2vw, 58px);
}

.bx26-notes-title {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-top: 42px;
}

.bx26-notes-title h2 {
  margin: 0;
  font-size: clamp(64px, 8.5vw, 146px);
  line-height: 0.76;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.bx26-notes-title h2 em {
  display: block;
  color: var(--u);
  font: 400 italic 0.62em / 0.95 var(--serif);
  text-transform: none;
  letter-spacing: -0.055em;
  padding-left: 9vw;
}

.bx26-notes-title p {
  width: min(360px, 100%);
  margin: 0 0 8px;
  font: 400 16px / 1.5 var(--serif);
}

.bx26-notes-window {
  margin-top: 52px;
  overflow: hidden;
}

.bx26-notes-track {
  display: flex;
  gap: clamp(12px, 1.4vw, 22px);
  width: max-content;
  padding-left: clamp(20px, 3.2vw, 58px);
  padding-right: 22px;
  animation: bx26NotesDrift 90s linear infinite;
  will-change: transform;
}

.bx26-notes-window:hover .bx26-notes-track {
  animation-play-state: paused;
}

.bx26-note-item {
  flex: 0 0 clamp(190px, 20vw, 318px);
  min-width: 0;
}

.bx26-note-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #d7d7d3;
  border: 1px solid rgba(10, 10, 11, 0.15);
}

.bx26-note-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.bx26-note-item:hover img {
  transform: scale(1.045);
}

.bx26-note-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--ink);
  margin-top: 10px;
  font: 700 10px / 1.25 var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bx26-note-label strong {
  font: 400 18px / 1.1 var(--serif);
  text-transform: none;
  letter-spacing: -0.02em;
}

@keyframes bx26NotesDrift {
  to {
    transform: translate3d(calc(-50% - 11px), 0, 0);
  }
}

.bx26-assemble-intro {
  min-height: 64svh;
  display: grid;
  align-content: end;
  padding: clamp(74px, 9vw, 150px) clamp(20px, 3.2vw, 58px) clamp(54px, 6vw, 96px);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.bx26-assemble-intro .bx26-kicker {
  color: var(--u);
  margin-bottom: 24px;
}

.bx26-assemble-intro h2 {
  margin: 0;
  max-width: 1220px;
  font-size: clamp(76px, 11.2vw, 205px);
  line-height: 0.72;
  letter-spacing: -0.092em;
  text-transform: uppercase;
}

.bx26-assemble-intro h2 em {
  display: block;
  padding-left: 17vw;
  font: 400 italic 0.6em / 0.92 var(--serif);
  letter-spacing: -0.06em;
  text-transform: none;
}

.bx26-assemble-intro-foot {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  font: 700 10px / 1.45 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bx26-assemble {
  height: 340svh;
  position: relative;
  background: #f2f0ea;
  border-bottom: 1px solid var(--ink);
  overflow: visible !important;
}

.bx26-assemble-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0 !important;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 50% 56%, rgba(36, 58, 81, 0.075), transparent 26%),
    linear-gradient(135deg, #f4f2ed 0%, #eceae5 100%);
}

.bx26-assemble-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.19;
  pointer-events: none;
  background-image: linear-gradient(rgba(10, 10, 11, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 10, 11, 0.1) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
  mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 82%, transparent 100%);
}

.bx26-assemble-sticky::after {
  content: var(--assemble-kicker, "FORM");
  position: absolute;
  top: clamp(22px, 2.5vw, 38px);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  white-space: nowrap;
  font: 700 10px / 1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10, 10, 11, 0.58);
}

.bx26-assemble-object {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 52%;
  width: min(58vw, 790px);
  transform: translate(-50%, -50%);
  transform-origin: center;
  filter: drop-shadow(0 42px 50px rgba(10, 10, 11, 0.18));
  pointer-events: none;
}

.bx26-assemble-object img {
  width: 100%;
  height: auto;
  display: block;
  transform: none !important;
}

.bx26-sachet {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  width: clamp(108px, 11vw, 174px);
  opacity: 0;
  transform-origin: center;
  filter: drop-shadow(0 18px 24px rgba(10, 10, 11, 0.21));
  will-change: transform, opacity;
  pointer-events: none;
}

.bx26-sachet img {
  width: 100%;
  height: auto;
  display: block;
}

.bx26-assemble-progress {
  position: absolute;
  left: 50%;
  bottom: clamp(24px, 3vw, 46px);
  z-index: 10;
  width: min(520px, calc(100vw - 80px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  font: 700 10px / 1 var(--mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(10, 10, 11, 0.62);
}

.bx26-assemble-progress-line {
  height: 1px;
  background: rgba(10, 10, 11, 0.22);
  position: relative;
  overflow: hidden;
}

.bx26-assemble-progress-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--u);
  transform: scaleX(var(--assembleP, 0));
  transform-origin: left;
}

.bx26-assemble-progress strong {
  font: 700 12px / 1 var(--mono);
  letter-spacing: 0.08em;
  color: var(--u);
}

.bx26-assemble-caption {
  position: absolute;
  left: clamp(20px, 3.2vw, 58px);
  bottom: clamp(22px, 3vw, 46px);
  z-index: 8;
  width: 220px;
  font: 400 14px / 1.45 var(--serif);
  color: rgba(10, 10, 11, 0.64);
}

.bx26-boxes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
  margin-top: 56px;
  width: min(100%, 1440px);
  margin-left: auto;
  margin-right: auto;
}

.bx26-box {
  position: relative;
  background: var(--paper);
  border: 1px solid rgba(10, 10, 11, 0.5);
  transform: rotate(calc(var(--r, 0) * 1deg)) translateY(var(--y, 0));
  transition: transform 0.45s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.45s ease;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.09);
}

.bx26-box:nth-child(1) {
  --r: -2;
  --y: 14px;
}
.bx26-box:nth-child(2) {
  --r: 1.4;
  --y: -5px;
}
.bx26-box:nth-child(3) {
  --r: -1;
  --y: 22px;
}
.bx26-box:nth-child(4) {
  --r: 2;
  --y: 2px;
}
.bx26-box:nth-child(5) {
  --r: -1.6;
  --y: 10px;
}
.bx26-box:nth-child(6) {
  --r: 1.2;
  --y: 16px;
}

.bx26-box:hover {
  transform: translateY(-22px) rotate(0deg) scale(1.025);
  box-shadow: 0 30px 52px rgba(0, 0, 0, 0.18);
  z-index: 4;
}

.bx26-box img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.bx26-box-meta {
  padding: 12px 10px 14px;
  background: var(--paper);
  border-top: 1px solid rgba(10, 10, 11, 0.18);
}

.bx26-box-meta strong {
  display: block;
  font: 400 15px / 1.15 var(--serif);
  letter-spacing: -0.02em;
}

.bx26-box-meta span {
  display: block;
  margin-top: 5px;
  font: 700 10px / 1.3 var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(10, 10, 11, 0.55);
}

.bx26-box::after {
  content: attr(data-n);
  position: absolute;
  left: 10px;
  top: 10px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--u);
  color: #fff;
  font: 700 8px / 1 var(--mono);
}

@media (max-width: 1200px) {
  .bx26-assemble {
    height: 320svh;
  }
  .bx26-assemble-object {
    width: min(72vw, 760px);
  }
  .bx26-notes-title {
    grid-template-columns: 1fr;
  }
  .bx26-boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bx26-notes {
    padding: 40px 0 28px;
  }
  .bx26-notes-title h2 {
    font-size: 17vw;
  }
  .bx26-notes-title h2 em {
    padding-left: 0;
  }
  .bx26-assemble-intro {
    min-height: 0;
    padding: 32px 20px 24px;
  }
  .bx26-assemble-intro h2 {
    font-size: 17vw;
  }
  .bx26-assemble-intro h2 em {
    padding-left: 0;
  }
  .bx26-assemble {
    height: 300svh;
  }
  .bx26-assemble-sticky {
    min-height: 620px;
  }
  .bx26-assemble-object {
    top: 51%;
    width: 108vw;
    max-width: none;
  }
  .bx26-sachet {
    width: 25vw;
    min-width: 92px;
  }
  .bx26-assemble-caption {
    display: none;
  }
  .bx26-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .bx26-box:nth-child(n) {
    --r: 0;
    --y: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bx26-notes-track {
    animation: none;
  }
  .bx26-story .bx26-reveal {
    opacity: 1;
    transform: none;
  }
}
