.editorial-collage-hero {
  position: relative;
  min-height: 940px;
  height: 940px;
  overflow: hidden;
  background: #555f69;
}

.editorial-japan-motifs {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.editorial-motif,
.editorial-japan-logo {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
}

.editorial-motif {
  opacity: 0.7;
}

.editorial-motif-fuji {
  top: 56px;
  left: 330px;
  width: 138px;
}

.editorial-motif-tokyo {
  top: 54px;
  right: 315px;
  width: 136px;
}

.editorial-motif-ramen {
  top: 248px;
  left: 70px;
  width: 104px;
}

.editorial-motif-torii {
  top: 250px;
  right: 105px;
  width: 92px;
}

.editorial-motif-shinkansen {
  top: 805px;
  left: 285px;
  width: 126px;
}

.editorial-motif-sumo {
  top: 340px;
  left: 28px;
  width: 132px;
  transform: rotate(-3deg);
}

.editorial-motif-shiba {
  top: 352px;
  right: 26px;
  width: 126px;
  transform: rotate(4deg);
}

.editorial-japan-logo {
  z-index: 2;
  filter: saturate(0.92) drop-shadow(0 4px 8px rgba(20, 24, 28, 0.16));
}

.editorial-japan-logo-wave {
  top: 220px;
  left: 365px;
  width: 88px;
  transform: rotate(-7deg);
}

.editorial-japan-logo-fuji {
  top: 800px;
  left: 680px;
  width: 96px;
  transform: rotate(5deg);
}

.editorial-japan-logo-seal {
  top: 810px;
  right: 405px;
  width: 96px;
  transform: rotate(-5deg);
}

.editorial-japan-logo-vertical {
  top: 238px;
  left: 465px;
  width: 82px;
  transform: rotate(5deg);
}

.editorial-japan-logo-ramen {
  top: 215px;
  right: 540px;
  width: 100px;
  transform: rotate(7deg);
}

.editorial-japan-logo-ticket {
  top: 785px;
  left: 76%;
  width: 150px;
  transform: translateX(-50%) rotate(-4deg);
}

.editorial-collage-heading {
  position: absolute;
  top: 340px;
  left: 50%;
  z-index: 6;
  width: min(960px, 76vw);
  color: var(--editorial-paper);
  text-align: center;
  transform: translateX(-50%);
}

.editorial-collage-heading > p {
  margin: 0 0 10px;
  font-family: "Yu Mincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.editorial-collage-heading h1 {
  display: flex;
  justify-content: center;
  gap: 0.16em;
  margin: 0;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(76px, 8.5vw, 118px);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.8;
}

.editorial-collage-heading > div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.editorial-outfit-companions,
.editorial-collage-products {
  position: absolute;
  inset: 0;
}

.editorial-outfit-companions {
  z-index: 2;
  pointer-events: none;
}

.outfit-companion {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  opacity: 0.94;
  filter: drop-shadow(0 3px 5px rgba(20, 24, 28, 0.12));
}

/* Real garments and line garments are deliberately separated. The hero reads
   as an editorial materials wall, not as simulated on-body styling. */
.outfit-companion-ma-c {
  top: 30px;
  left: 235px;
  width: 102px;
  transform: rotate(3.5deg);
  transform-origin: 50% 0;
}

.outfit-companion-ma-s {
  top: 20px;
  left: 720px;
  width: 108px;
  transform: rotate(-4.5deg);
  transform-origin: 50% 0;
}

.outfit-companion-aud6714 {
  top: 160px;
  right: 18px;
  width: 94px;
  transform: rotate(5deg);
  transform-origin: 50% 0;
}

.outfit-companion-aud3554 {
  top: 610px;
  left: 28px;
  width: 132px;
  transform: rotate(-6deg);
  transform-origin: 50% 100%;
}

.outfit-companion-aud3691 {
  top: 620px;
  left: 350px;
  width: 128px;
  transform: rotate(4.5deg);
  transform-origin: 50% 100%;
}

.outfit-companion-aud6280 {
  top: 600px;
  right: 28px;
  width: 158px;
  transform: rotate(-3.5deg);
  transform-origin: 50% 0;
}

.editorial-collage-products {
  z-index: 5;
}

.editorial-product {
  position: absolute;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--editorial-paper);
  cursor: pointer;
}

.editorial-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 1px rgba(242, 240, 233, 0.7)) drop-shadow(0 7px 10px rgba(20, 24, 28, 0.2));
  transition: transform 180ms ease, filter 180ms ease;
}

.editorial-product-ma-s img,
.editorial-product-aud3554 img,
.editorial-product-aud3691 img {
  filter: brightness(1.14) contrast(1.04) drop-shadow(0 0 1px rgba(242, 240, 233, 0.8)) drop-shadow(0 7px 10px rgba(20, 24, 28, 0.2));
}

.editorial-product:hover img,
.editorial-product:focus-visible img {
  transform: translateY(-3px) scale(1.025);
  filter: drop-shadow(0 10px 14px rgba(20, 24, 28, 0.27));
}

.editorial-product:focus-visible {
  outline: 1px solid var(--editorial-paper);
  outline-offset: 5px;
}

.editorial-product span {
  position: absolute;
  z-index: 2;
  display: block;
  color: var(--editorial-paper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 1px 7px rgba(18, 22, 26, 0.62);
  white-space: nowrap;
}

.editorial-product-ma-c {
  top: 45px;
  left: 35px;
  width: 200px;
  height: 200px;
  transform: rotate(3.5deg);
  transform-origin: 50% 100%;
}

.editorial-product-ma-c span {
  top: 54px;
  left: 6px;
}

.editorial-product-ma-s {
  top: 28px;
  left: 525px;
  width: 200px;
  height: 200px;
  transform: rotate(-4.5deg);
  transform-origin: 50% 100%;
}

.editorial-product-ma-s span {
  right: -10px;
  bottom: 11px;
}

.editorial-product-aud6714 {
  top: 52px;
  right: 72px;
  width: 214px;
  height: 126px;
  transform: rotate(5deg);
  transform-origin: 50% 100%;
}

.editorial-product-aud6714 span {
  right: 0;
  bottom: -4px;
}

.editorial-product-aud3554 {
  top: 580px;
  left: 178px;
  width: 122px;
  height: 193px;
  transform: rotate(-6deg);
  transform-origin: 50% 0;
}

.editorial-product-aud3554 span {
  bottom: 8px;
  left: -12px;
}

.editorial-product-aud3691 {
  top: 600px;
  left: 505px;
  width: 180px;
  height: 120px;
  transform: rotate(4.5deg);
  transform-origin: 50% 0;
}

.editorial-product-aud3691 span {
  bottom: 0;
  left: 12px;
}

.editorial-product-aud6280 {
  top: 595px;
  right: 288px;
  width: 198px;
  height: 132px;
  transform: rotate(-3.5deg);
  transform-origin: 50% 100%;
}

.editorial-product-aud6280 span {
  right: 4px;
  bottom: 2px;
}

.editorial-collage-masthead,
.editorial-collage-intro,
.editorial-collage-issue,
.editorial-collage-note,
.editorial-collage-dossier,
.editorial-collage-vertical {
  display: none;
}

.editorial-collage-rail {
  display: flex;
  justify-content: center;
  z-index: 10;
  right: 30px;
  bottom: 16px;
  left: 30px;
  padding-top: 9px;
  font-size: 9px;
}

/* 2026-08-03: desktop Hero layout copied exactly from the user-approved
   1280 × 940 workbench. Mobile keeps its separately composed layout below. */
@media (min-width: 761px) {
  /* Match the workbench: every draggable asset rotates around its centre. */
  .editorial-product,
  .outfit-companion,
  .editorial-motif,
  .editorial-japan-logo {
    right: auto;
    bottom: auto;
    transform-origin: center;
  }

  .editorial-collage-heading {
    top: 340px;
    left: 50%;
    z-index: 1;
    width: 960px;
    transform: translateX(-50%);
  }

  .editorial-collage-heading h1 {
    font-size: 108px;
  }

  .editorial-japan-motifs,
  .editorial-outfit-companions,
  .editorial-collage-products {
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 1280px;
    transform: translateX(-50%);
  }

  .editorial-motif,
  .outfit-companion {
    opacity: 0.78;
    filter: drop-shadow(0 3px 5px rgba(20, 24, 28, 0.12));
  }

  .editorial-product {
    height: auto;
    mix-blend-mode: multiply;
  }

  .editorial-product img,
  .editorial-product-ma-s img,
  .editorial-product-aud3554 img,
  .editorial-product-aud3691 img {
    width: 100%;
    height: auto;
    object-fit: initial;
    filter: contrast(1.14) saturate(0.82) drop-shadow(0 7px 10px rgba(20, 24, 28, 0.22));
  }

  .editorial-product-ma-c { top: 480.788px; left: 547.554px; width: 200px; transform: rotate(-15deg); }
  .outfit-companion-ma-c { top: 153.561px; left: 192.396px; width: 102px; transform: rotate(3.5deg); }

  .editorial-product-ma-s { top: 208.062px; left: 765.243px; width: 200px; transform: rotate(-14.5deg); }
  .outfit-companion-ma-s { top: 97.579px; left: 492.749px; width: 108px; transform: rotate(-4.5deg); }

  .editorial-product-aud6714 { top: 260.499px; right: auto; left: 313.081px; width: 214px; transform: rotate(10deg); }
  .outfit-companion-aud6714 { top: 119.128px; right: auto; left: 872.093px; width: 94px; transform: rotate(5deg); }

  .outfit-companion-aud3554 { top: 529.373px; left: 949.004px; width: 132px; transform: rotate(-6deg); }
  .editorial-product-aud3554 { top: 432.217px; left: 356.535px; width: 128px; transform: rotate(-19deg); }

  .outfit-companion-aud3691 { top: 553.119px; left: 233.589px; width: 128px; transform: rotate(4.5deg); }
  .editorial-product-aud3691 { top: 198.584px; left: 540.64px; width: 180px; transform: rotate(4.5deg); }

  .editorial-product-aud6280 { top: 446.857px; right: auto; left: 735.524px; width: 198px; transform: rotate(12.5deg); }
  .outfit-companion-aud6280 { top: 671.021px; right: auto; left: 552.227px; width: 158px; transform: rotate(-3.5deg); }

  .editorial-motif-fuji { top: 78.545px; left: 316.993px; width: 138px; transform: none; }
  .editorial-motif-tokyo { top: 90.78px; right: auto; left: 709.869px; width: 136px; transform: none; }
  .editorial-motif-ramen { top: 201.164px; left: 293.806px; width: 104px; transform: none; }
  .editorial-motif-torii { top: 276.299px; right: auto; left: 962.719px; width: 92px; transform: none; }
  .editorial-motif-shinkansen { top: 684.958px; left: 359.718px; width: 126px; transform: none; }
  .editorial-motif-sumo { top: 312.972px; left: 60.064px; width: 132px; transform: rotate(-3deg); }
  .editorial-motif-shiba { top: 327.381px; right: auto; left: 1101.065px; width: 126px; transform: rotate(4deg); }

  .editorial-japan-logo-wave { top: 479.498px; left: 156.154px; width: 88px; transform: rotate(-7deg); }
  .editorial-japan-logo-fuji { top: 602.931px; left: 462.578px; width: 96px; transform: rotate(5deg); }
  .editorial-japan-logo-seal { top: 426.321px; right: auto; left: 1026.26px; width: 96px; transform: rotate(-5deg); }
  .editorial-japan-logo-vertical { top: 163.22px; left: 380.544px; width: 82px; transform: rotate(5deg); }
  .editorial-japan-logo-ramen { top: 92.363px; right: auto; left: 637.231px; width: 100px; transform: rotate(7deg); }
  .editorial-japan-logo-ticket { top: 593.023px; left: 765.804px; width: 132.797px; transform: rotate(-4deg); }

  .editorial-collage-rail {
    z-index: auto;
    right: auto;
    left: 50%;
    width: 1220px;
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  .editorial-collage-hero {
    min-height: 1360px;
    height: 1360px;
  }

  .editorial-motif {
    opacity: 0.58;
  }

  .editorial-motif-fuji {
    top: 50px;
    left: 145px;
    width: 75px;
    transform: none;
  }

  .editorial-motif-tokyo {
    top: 300px;
    right: auto;
    left: 105px;
    width: 50px;
    transform: none;
  }

  .editorial-motif-ramen {
    top: 190px;
    left: 15px;
    width: 65px;
    transform: none;
  }

  .editorial-motif-torii {
    top: 320px;
    right: auto;
    left: 285px;
    width: 65px;
    transform: none;
  }

  .editorial-motif-shinkansen {
    top: 1090px;
    left: 300px;
    width: 75px;
    display: block;
  }

  .editorial-motif-sumo {
    top: 615px;
    left: 18px;
    width: 68px;
    transform: rotate(-3deg);
  }

  .editorial-motif-shiba {
    top: 615px;
    right: 18px;
    width: 68px;
    transform: rotate(4deg);
  }

  .editorial-japan-logo-wave {
    top: 55px;
    left: 315px;
    width: 60px;
    transform: rotate(-7deg);
  }

  .editorial-japan-logo-fuji {
    top: 730px;
    left: 315px;
    width: 62px;
    transform: rotate(5deg);
  }

  .editorial-japan-logo-seal {
    top: 1180px;
    right: auto;
    left: 172px;
    width: 62px;
    transform: rotate(-5deg);
  }

  .editorial-japan-logo-vertical {
    top: 220px;
    left: 105px;
    width: 56px;
    transform: rotate(5deg);
  }

  .editorial-japan-logo-ramen {
    top: 315px;
    right: auto;
    left: 205px;
    width: 66px;
    transform: rotate(7deg);
  }

  .editorial-japan-logo-ticket {
    top: 1200px;
    left: 265px;
    width: 96px;
    transform: rotate(-4deg);
  }

  .editorial-collage-heading {
    top: 420px;
    width: calc(100% - 28px);
  }

  .editorial-collage-heading > p {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .editorial-collage-heading h1 {
    display: block;
    font-size: clamp(55px, 16.5vw, 66px);
    line-height: 0.86;
  }

  .editorial-collage-heading h1 span {
    display: block;
  }

  .editorial-collage-heading > div {
    margin-top: 17px;
    font-size: 8px;
  }

  .editorial-product span {
    font-size: 7px;
  }

  /* Mobile uses the same loose editorial wall, separated into clear bands so
     real garments, line garments and marks never cover one another. */
  .editorial-product-ma-c {
    top: 40px;
    left: 10px;
    width: 110px;
    height: 110px;
    transform: rotate(4deg);
  }

  .outfit-companion-ma-c {
    top: 45px;
    left: 235px;
    width: 55px;
    transform: rotate(4deg);
  }

  .editorial-product-ma-s {
    top: 165px;
    right: auto;
    left: 180px;
    width: 125px;
    height: 125px;
    transform: rotate(-5deg);
  }

  .outfit-companion-ma-s {
    top: 170px;
    right: 10px;
    left: auto;
    width: 55px;
    transform: rotate(-5deg);
  }

  .editorial-product-aud6714 {
    top: 720px;
    right: auto;
    left: 15px;
    width: 135px;
    height: 80px;
    transform: rotate(-3deg);
  }

  .outfit-companion-aud6714 {
    top: 700px;
    right: auto;
    left: 170px;
    width: 60px;
    transform: rotate(-3deg);
  }

  .outfit-companion-aud3554 {
    top: 860px;
    right: auto;
    left: 10px;
    width: 80px;
    transform: rotate(4deg);
  }

  .editorial-product-aud3554 {
    top: 855px;
    right: auto;
    left: 105px;
    width: 75px;
    height: 120px;
    transform: rotate(4deg);
  }

  .outfit-companion-aud3691 {
    top: 870px;
    left: 210px;
    width: 80px;
    transform: rotate(-4deg);
  }

  .editorial-product-aud3691 {
    top: 885px;
    left: 305px;
    width: 75px;
    height: 50px;
    transform: rotate(-4deg);
  }

  .editorial-product-aud6280 {
    top: 1040px;
    right: auto;
    left: 20px;
    width: 140px;
    height: 93px;
    transform: rotate(3deg);
  }

  .outfit-companion-aud6280 {
    top: 1040px;
    right: 85px;
    width: 105px;
    transform: rotate(3deg);
  }

  .editorial-collage-rail {
    right: 16px;
    bottom: 14px;
    left: 16px;
    font-size: 8px;
  }

  .editorial-collage-rail span:nth-child(2) {
    display: none;
  }
}

/* Phone composition: the complete Hero fits in one mobile viewport. */
@media (max-width: 520px) {
  .editorial-collage-hero {
    min-height: 650px;
    height: calc(100svh - 99px);
    max-height: 745px;
  }

  .editorial-collage-heading {
    top: 30%;
    width: calc(100% - 24px);
  }

  .editorial-collage-heading > p {
    margin-bottom: 8px;
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .editorial-collage-heading h1 {
    display: flex;
    gap: 0.14em;
    font-size: clamp(31px, 9.8vw, 39px);
    line-height: 0.9;
  }

  .editorial-collage-heading h1 span {
    display: inline;
  }

  .editorial-collage-heading > div {
    margin-top: 10px;
    font-size: 6px;
  }

  .editorial-motif { opacity: 0.6; }

  .editorial-product-ma-c { top: 3%; left: 3%; width: 19%; height: 11%; transform: rotate(4deg); }
  .outfit-companion-ma-c { top: 3%; left: 25%; width: 8%; transform: rotate(3deg); }
  .editorial-motif-fuji { top: 4%; left: 37%; width: 14%; }
  .editorial-japan-logo-wave { top: 3%; left: 54%; width: 11%; transform: rotate(-7deg); }
  .editorial-product-ma-s { top: 3%; right: auto; left: 69%; width: 20%; height: 11%; transform: rotate(-5deg); }
  .outfit-companion-ma-s { top: 3%; right: 2%; left: auto; width: 7%; transform: rotate(-4deg); }

  .editorial-motif-ramen { top: 16%; left: 2%; width: 12%; }
  .editorial-japan-logo-vertical { top: 15%; left: 17%; width: 9%; transform: rotate(5deg); }
  .editorial-product-aud6714 { top: 15%; right: auto; left: 29%; width: 24%; height: 8%; transform: rotate(-3deg); }
  .outfit-companion-aud6714 { top: 14%; right: auto; left: 56%; width: 9%; transform: rotate(4deg); }
  .editorial-motif-tokyo { top: 14%; right: auto; left: 68%; width: 8%; }
  .editorial-japan-logo-ramen { top: 15%; right: auto; left: 79%; width: 12%; transform: rotate(7deg); }
  .editorial-motif-torii { top: 17%; right: 1%; left: auto; width: 8%; }

  .editorial-motif-sumo { top: 49%; left: 2%; width: 11%; transform: rotate(-3deg); }
  .editorial-product-aud3554 { top: 47%; right: auto; left: 17%; width: 11%; height: 15%; transform: rotate(4deg); }
  .outfit-companion-aud3554 { top: 49%; right: auto; left: 31%; width: 13%; transform: rotate(-4deg); }
  .editorial-product-aud3691 { top: 50%; left: 46%; width: 20%; height: 8%; transform: rotate(-4deg); }
  .outfit-companion-aud3691 { top: 49%; left: 68%; width: 13%; transform: rotate(4deg); }
  .editorial-product-aud6280 { top: 48%; right: 3%; left: auto; width: 17%; height: 10%; transform: rotate(3deg); }

  .editorial-motif-shiba { top: 68%; right: auto; left: 3%; width: 11%; transform: rotate(4deg); }
  .outfit-companion-aud6280 { top: 67%; right: auto; left: 23%; width: 14%; transform: rotate(-3deg); }
  .editorial-japan-logo-fuji { top: 68%; left: 43%; width: 11%; transform: rotate(5deg); }
  .editorial-japan-logo-seal { top: 68%; right: auto; left: 59%; width: 11%; transform: rotate(-5deg); }
  .editorial-motif-shinkansen { top: 70%; left: 74%; width: 15%; }
  .editorial-japan-logo-ticket { top: 57%; left: 33%; width: 9.5%; transform: rotate(-4deg); }

  .editorial-collage-rail {
    right: 16px;
    bottom: 10px;
    left: 16px;
    font-size: 7px;
  }
}
